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...
I have ESD5 (version 5) installed in my system. I export that registry and made as ESD3 ( version 3). Customer don't want to install separate version. So, I am trying to make tweak in registry, using same installation folder access. How to handle this
Thanks in advance.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.