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

    Can I extract file from General field of Visual FoxPro

    I have a DBF with a general field with a Test.esd on it. I need to save to a file xxx.esd, extract from the general field in Visual Foxpro 9. I found the below code LOCAL lcFileString SELECT "MyTable" COPY TO tmpTable FIELDS YourGeneralField NEXT 1 lcFileString=FILETOSTR("tmpTable.fpt") ERASE...
  2. vinod563

    OLE error code 0x80040154: Class not registered.

    Hi, I get the error :OLE error code 0x80040154. Class is not registered. I get this error in VFP9.0 application running to convert ESD( easy street darw) diagrams Is there any separate .ocx file for ".ESD" files? Can somebody help Vinod.

Part and Inventory Search

Back
Top