Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Parameter Statement is Found
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01118271
Message ID:
01118276
Views:
28
>I forgot to mention that I got rid of the call to the config.fpw file in the shortcut and Voila! There is no longer a Parameter error!!! I cannot tell if something in the below CONFIG.FPW file caused VFP 9.0 to basically bomb out with the "No Parameter is found" error, but once I got rid of the config.fpw call from the shortcut calling the GEM.EXE program, there was no longer a problem.
>
>Is this a VFP 9.0 BUG??? Has anyone else had this same problem?
>
>
>CLOCK=STATUS
>CENTURY=ON
>TITLE="Gemini Quotes Development in VFP 9.0"
>RESOURCE="C:\DEV\GEMINI\FOXUSER.DBF"
>RESOURCE=ON
>DEFAULT=C:\DEV\Gemini
>TMPFILES=c:\TEMP
>EDITWORK=c:\TEMP
>SORTWORK=c:\TEMP
>PROGWORK=c:\TEMP
>_GENMENU="C:\GENMENUX\GENMENUX.PRG"
>CPDIALOG=OFF
>
If you're specifying a CONFIG.FPW in the .EXE startup command line (i.e. in your shortcut) you need to prefix it with -C e.g.
Drive:\SomePath\MyEXE.EXE -COtherDrive:\OtherPath\CONFIG.FPW
Otherwise, your VFP .EXE will think it's being passed a parameter; since the first line of your .EXE is not PARAMETERS/LPARAMETERS, you get the error you're seeing.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform