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 Wanet Telecoms Ltd 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: chequi
  • Content: Threads
  • Order by date
  1. chequi

    POCKET PC SOFTWARE READING GPS DATA

    Hi: I need to develop a program for a pocket pc to collect data and through riding a car to get and save the total distance run at any stop I make. After adquiring the pocket pc with gps enabled, what do I need to read the data(total distance) produced by the GPS and store it in my pocket?. I...
  2. chequi

    Inputbox - can you set maximum length?

    Hello: I need to know if you can set a maximum length for an inputbox in VB6 ? Thanks. Chequi.
  3. chequi

    Doevents - after db.execute is not performing as I expected

    Hello: In VB6 I am using code as follows: gsdatabase = "C:\Program Files\OEGReport\oegdb.mdb" connstr = "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=" & gsdatabase & ";" _ & "Persist Security Info=False;User Id =...
  4. chequi

    Insert Into - from Access to SQL

    Hello: I am trying to insert a group of tables from an Access database to a SQL database using the following VB code: '**************************************** gsdatabase ="C:\data\bkup.mdb" db.ConnectionString = "DSN=" & connstr 'connstr is the name of a valid SQL ODBC connection...
  5. chequi

    Dates 1900-2078; only range accepted in smalldatetime

    Hello: I am trying to place dates prior to 1900 and beyond 2078 in a SQL 2000 table (smalldatetime field) and I am getting an overflow error message. I need help, please. Thanks. Chequi
  6. chequi

    Internet Connection; how can it be checked in VB6

    Please, I need to know how to check in VB6 if the internet connection is active; and in the case it is not; prompt the default connection to make the dial up. Thanks a lot.
  7. chequi

    Internet connection checked in VB6

    Please, I need to know how to check in VB6 if the internet connection is active; and in the case it is not; prompt the default connection to make the dial up. Thanks a lot.
  8. chequi

    Option1_click() Fired at Load Time

    In VB6 - I am having the following problems: (1) A form with an option object at load time makes the option1_Click fired automatically (without any click). (2) when option1(0) or option1(1) is selected it does not fire option1_click when clicked ; this is, I can not activate option1_click...
  9. chequi

    EasyPalm-Is it usefull?

    How usefull could Easy Palm be as a software development tool?. It looks so simple as compared with CodeWarrior or MobileBuilder!.
  10. chequi

    EasyPalm-Is it usefull?

    How usefull could Easy Palm be as a software development tool?. It looks so simple as compared with CodeWarrior or MobileBuilder!.
  11. chequi

    License Information Not Found

    After acquiring a new PC and having installed Visual Basic 5 Profesional and VB Service Pack 3, I keep having this problem:<br><br>When I try to use dbgrid or dblist or commondialog I get the following message:<br>&nbsp;&nbsp;&nbsp;&quot; License Information&nbsp;&nbsp;for this component not...
  12. chequi

    MS SQL SERVER: LIMITS FOR DATABASE RECORDS AND FILE SIZE

    I need to know what is the maximun number of records and/or the maximum file size for a database in MS SQL.<br>

Part and Inventory Search

Back
Top