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 SkipVought 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. argusy

    funtions in win32 api

    see your other question
  2. argusy

    findwhether a particular user has logged into the n/w or not

    look up 'getusername' or 'WNetGet' in the MSDN
  3. argusy

    How do I get the AbsolutePosition of a specific record?

    Hold the fortress!! Doing your search is OK storing the absolute position is OK Adding or subtracting 1 is NOT ok, if you think that the next or previous ABSOLUTE record is the next or previous IN SEQUENCE. The very nature of access is to store records in whatever way it can, and the absolute...
  4. argusy

    File exist

    Simpler: If Dir("C:\test.dat") = "" then 'doesn't exist do something Else 'does exist do something else Endif
  5. argusy

    How to take backup a Database from my VB Application

    you could do it in your app terminate routine by having something like &quot;copyfile <yourdatabase> backuppath & &quot;Backup.mdb&quot; ie assuming your database is in the app directiry, and you want to save it to a backup directory on the &quot;c:&quot; drive if...
  6. argusy

    How can I get the users Fullname?

    Hi, Can you email me code for using the &quot;GetUserName&quot; API call? I'm starting to get involved with this sort of exercise and I need some help
  7. argusy

    Clarion to Access

    Oops!- Missed a step. Once you select &quot;ODBC()&quot; as the file type, a pop-up screen will be displayed, showing all the ODBC .dsn files. &quot;Topspeed.dsn&quot; should be listed. Select it and then you'll get your list of .tps tables to import. Be prepared to have a coffee break - my...
  8. argusy

    Clarion to Access

    you need to create an ODBC NDS that points to .TPS files. Once created, all you have to do is open access, create an access database, select &quot;file&quot;, &quot;Get external data&quot;,&quot;import&quot; and change the file type to &quot;ODBC()&quot;. You will then get a list of files and...
  9. argusy

    Topspeed Dynamic Link Libraries

    Sorry, should check my 'O's and '0's (zeros) more often
  10. argusy

    Topspeed Dynamic Link Libraries

    We have a program commercially written using topspeed. Using the ODBC drivers was OK to extract data into Access until last week, when we now get an error.&quot;Internal error: tpsbt:cpp line 2172&quot; In the details - &quot;MSACCESS caused an invalid page fault in module C40TRX.DLL.....&quot...

Part and Inventory Search

Back
Top