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 TouchToneTommy 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: *

  • Users: svagelis
  • Content: Threads
  • Order by date
  1. 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)...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. svagelis

    DOS characters

    i m reading a txt file and i wonder how can i detect if it contains any DOS characters.
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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
  14. svagelis

    Display in Spanish

    What i need to do to display spanish on my page. I m reading the data from access tables (Spanish text) but when i display it from my page it displays it in english (it discards special tones etc of the language) Thanks in advance !!!
  15. svagelis

    Return Value from INSERT Statement (PK autoincrement)

    Well, I m using ADO - VB6.0 and an Access Database. Through a command object i m commiting SQL STATEMENTS to my mdb file. When I m issuing an INSERT Statement to insert new record i want to get back the primary key of the record ( Auto increment field declared in Access). So far i had to deal...
  16. svagelis

    Display document Title from ASP Function?

    Any way to display the document's title from my asp page? Thanks in advance
  17. svagelis

    Recordset-Like Data Collection

    I have created a simple class named customer that handles data for a customer. Retrieves,updates customer's data etc. Well when i m dealing with more than one customer i think i should deal with a collection of customers. p.e. i should be able to do this dim objCustomers as new colCustomers...
  18. svagelis

    RECOMPILE ??

    I'm calling ReadDisplayFile from within my ASP page in order to read another page and include it to the page. It works just fine when i want to include a static HTML page. When i m calling ASP naturally it just puts the contents of ASP there without Compiling it. Well this makes sense because...
  19. svagelis

    Converting Pages in order to send them by e-mail(NewsLetter)

    Well what i m trying to do is send a page as a newsletter to some emails from my database. The problem is to convert all image links and text links from relative to http absolute. I mean if image src = '.\images\top.gif' and my domain is www.mysite.com ==> 'http://mysite.com/images/top.gif' I...
  20. svagelis

    Read about script

    i have a incuded an external js file to my page. p.e. <script language=&quot;JavaScript1.2&quot; src=&quot;../../menu2.js&quot;> </script> i m using the property <b>window.document.scripts[0].src</b> to get the source of the file. Well it works on IE but it doesnt on Netscape. is there a...

Part and Inventory Search

Back
Top