I found it.
I noticed that Olaf's sample structure for my code did NOT cause the error when compiled to an exe.
So starting with his code, I started slowly transforming it into my code.
It was the name of the function. It was the same as the name of the Exe that I compiled (also the same...
Olaf,
From this related thread : thread184-1539944
I used your code:
LPARAMETERS lcPara1, lcPara2, lcPara3, lcPara4
* forgot to define lcParameters
Local lcParameters
* and more important, set it to empty string
lcParameters = ""
If Pcount()>0
For lnCount = 1 to PCount()
* this...
Hello everyone, thanks for your replies:
foxincloud,
It has to be referencing the right prg, because I only have one prg, and the exe executes part of the code before throwing an error.
Olaf, you are correct about my program structure.
To answer your questions: I am running version 9, I use...
Hi,
I have a Visual Foxpro program, which I can run just fine as a prg in the Visual FoxPro IDE.
When I create an exe and try to run, however, it gives me an error.
'No Parameter Statement is Found'
Re this related thread: thread184-736412:
I do not begin with a parameter statement...
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.