Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. svagelis

    Create Common Properties for Custom Controls

    Thanks for the reply RiverGuy, but as i can see it, the only benefit that i would have if use interfaces is that i my custom controls would have the same properties in order my project to work. but i will have to describe those properties to each of my controls. I was wondering if i could...
  2. svagelis

    Create Common Properties for Custom Controls

    Hello, i m implementing a user interface with some custom controls. Each of those controls inherits from its base class (textbox, listbox etc) plus some custom properties. Those properties are common to each of those controls (DataType, IsRequired, IsListOfValues, MinValue, MaxValue ..... etc)...
  3. svagelis

    adding property to datagridview column

    Thanks for the reply, i knew the problem but i didnt think that was so simple. -- First I would really ask what are you wanting it for? I want to add some properties to column types in order to add robust functionality (from code inside column class, and code inside form class) As soon as i...
  4. svagelis

    adding property to datagridview column

    Hello to everyone, i have created one instance of datagridview on my form(by using the designer), with some columns from a custom class (CustomDataGridViewTextBoxColumn) which inherits from the base DataGridViewTextBoxColumn class. So far i ve added one extra property on my...
  5. svagelis

    DataGridView: disabled Textbox column

    How can I disable all cells of a TextBox column, so that these cells are not selectable and tab doesn't stop there. I m designing an "oracle like" form with fields like ID and Description and when i enter the "id field" and press tab, i want to move to the next "id field" by passing the...
  6. svagelis

    Server Side Program that handles Database

    Hello to everyone, i want to build a platform for my database applictions (transactional), using Visual Basic (Client)and mySQL (server). My problem is that i cant pass arrays with data (to and from ) a storedprocedure. You see i want to handle all my database issues like transactions, locking...
  7. svagelis

    LIVE PREVIEWER CRASHES AFTER DISTRIBUTION OF CHARACTER MODE REPORT

    Customer notices that after distributing a character mode (ASCII distribution to multiple printers) report to an IBM proprinter from the Live Previewer, then the live previewer crashes. This problem start after the application of Patch 9. We've tried patch 10 and 13 with the same results. Our...
  8. svagelis

    I have developed a client-server ap

    its the same service pack.
  9. svagelis

    I have developed a client-server ap

    I have developed a client-server application with vb6 - sqlServer 7.0 There are 2 servers, each one is located in a different subdepartment of the company (different city) in order to keep its data... Each subdepartment has about 10 clients connected to its server. Well the one is working just...
  10. svagelis

    SQL Server Problems with connecting

    I ve problems with SQL server 2000. When push play button to connect to SQL it stops. Well some days before it worked nice but now i face this problem. I uninstall SQL Server remove it's registry keys and then reinstall it. (Well this time didnt ask for serial number) and proble still there...
  11. svagelis

    DOS characters

    i m reading a txt file and i wonder how can i detect if it contains any DOS characters.
  12. svagelis

    Forms Runtime wont run

    Well i ve just began to work on oracle developer tools. I m using Forms Builder[32 Bit] Version 6.0.8.12.1 (Production) to build my forms. Well design and compilation works fine but when it goes to run the compiled form it instantly splashes the runtime window and hides it. Well i can figure out...
  13. svagelis

    VB App Distribution

    Well I want to distribute my visual basic application, an application that's supports the main project of my company (National Insurance System developed in Oracle). This small application reads data from a file and validates it. The problem is that it has to be only one diskette beacause it...
  14. svagelis

    Library that handles mdb File

    I m about to distribute my app which connects (ADO) to an mdb database (MS Access). I ve created my package through Package & deployment wizard and included in my mdb file. Well question is 1. Do i have to install any other dlls in order to be able to connect to my mdb (Access database)? 2. Are...
  15. svagelis

    Call INS/UPD Query (PARAMS) From VB

    thats ok. I ve found it. I was doing something wrong within my query. It works fine now.Thanks anyway.
  16. svagelis

    Call INS/UPD Query (PARAMS) From VB

    I m calling from VB6 and through ADO's Command Object an update query which IS LOCATED in an Access database and it updates one table. This query accepts 12 parameters(Declared in query). Well i create those parameters from Command object but when i execute the command it says 'too few...
  17. svagelis

    nowrap attribute?

    I was wondering how to make nowrap attribute to work from CCS. nowrap should be applied to <TD> TAG in odrer to make cells to fit all text in one line. Thanks in advance
  18. svagelis

    Display in Spanish

    it prompts for usrname & paswd to log in. Can you send ? (Alternative svagelis@hotmail.com)
  19. svagelis

    Display in Spanish

    got any URL to visit?
  20. svagelis

    Display in Spanish

    got any URL to visit

Part and Inventory Search

Back
Top