We require to call a DLL but we cannot establist the syntax for ??????? where the information is in a Comma delimited TXT file WE WISH TO PASS TO THE DLL ??? Is it STRING ??? IF it is STRING what is the syntax for the = EXECUTE(XXXXXXX) COMMAND.
Also what is the syntax for the EXECUTE COMMAND...
We are using the following code to run a POWERPOINT pps slide show from VFP7 - uses Microsoft PPVIEWER.exe Using XP Pro
oWSH = CREATEOBJECT(WSCRIPT.Shell)
oWSH.Run([YourFile.PPS],1,.t.)
Runs OK if YourFile is 8 characters or less - otherwise causes ans OLE error.
Is the problem VFP7 does not...
I am tring to send data to com1 using VFP3 - which works however when I run the same program using FPW26.
Code is as follows:
set library to sys(2004)+ "foxtools.fll" additive
opencomm = RegFn("OpenComm", "CII", "I")
writecomm =...
I have tried using set printer to com2 etc - but no luck.
I am at a loss for what seems to me to be a simple job.
Any help would be greatly apprecieted
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.