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 MikeeOK 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: manfrid
  • Content: Threads
  • Order by date
  1. manfrid

    How can I convert a Paradox db to Vfp9 dbf

    I tried to use the odbc for a connection to lcMyfile (patdb.db) lcdsn="DRIVER=Driver do MICROSOFT Paradox DRIVER (*.DB);" + "DBQ="+lcMyfile lnConnHandle = SQLSTRINGCONNECT(lcdsn) IF lnConnHandle > 0 lnResult = SQLTABLES(lnConnHandle...
  2. manfrid

    How to set the signature ID in a MAPI Control on

    I use the MAPI Ole-Control to automate my outlook express I want to automate the setting of "always use digital signature with evry mail". Is this possible? Thanks for any help Manfrid
  3. manfrid

    How can I convert an ISAM-database to vfp-dbf.

    I am getting some ISAM-files, I want to convert them to dbf. I dont need to update or change these ISAMs. Thank you for any help or idea. Manfrid
  4. manfrid

    Poet (FastObjects t7) conversion to vfp-dbf

    I need a conversion of an object oriented database "Poet" to dbf/dBase. the Poet has also the name of FastObjects t7 thank you for any Tip manfrid
  5. manfrid

    Fatal Exception Erorr C0000005 starting vfp9 sp2 EXE

    some of my users get Exception C0000005 error when Starting the Update-EXE after installation on different machines ( XP, Vista, 2K). about 3 users among one hundered. these users can install the old version again which was compiled by vfp6 and run it succesfully any help ? thank you Manfrid
  6. manfrid

    sys(1037) does not allow printer change under vista

    I used sys(1037) in Vfp6 that my users can change the Printer to a different one before printing. it worked under XP as well as under Vista. Now I changed to Vfp9, the sys(1037) still works under XP. under Vista I can only change the Pagesetup, no more change (select) the printer. can any body...
  7. manfrid

    Using a third party DLL as a COM-Server in VFP ?

    I got a dll from a another softwareprogrammer(Delphi) to use it in my vfp6 program in order to get some data from his runnig Delphi-program. I got the dll-File (ICertificate.dll) which I must register as a COM-Server. and also this information: DLL-Functions: Dllname: DCertificate.dll...

Part and Inventory Search

Back
Top