In the VFP help file, there is no entry in the list of error messages for
PARAMETER NOT FOUND.
There is an entry for NO PARAMETER STATEMENT FOUND. Is that your error?
Chances are you're passing a command line parameter to your EXE, but it has
no PARAMETERS or LPARAMETERS statement. What command line are you using to
start your app?
Dan
"Monica J. Braverman" <monica (AT) datashark (DOT) net> wrote
Quote:
Using the Installshield that came with VFP7.0. I am only using setup
to install the runtime libraries on the user machine. The executable
is shared on the server.
Installs fine, but when I run the app I get PARAMETER NOT FOUND. If I
click ignore, it goes on, displays a $, T, .T. 1 in column fashion,
and loads the app. I can't find anything in the app that doesn't work.
Any thoughts on where this could be coming from?
Thanks..Monica |