Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters into compiled VFP EXE
Message
 
To
12/08/1999 13:50:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00253120
Message ID:
00253127
Views:
30
>Does anyone knows how to pass parameters into a compiled VFP executable (EXE) file ?
>
>thank you,
>
>Alaster

If they're being passed from another VFP application, the DO...WITH < expr > is the proper method. If it's from the Windows run command line or short cut, simply adding the whatever parameter does it (i.e. Myexe.exe myparm). The main program will receive myparm as a string. Of course, the main program should have a PARAMETERS or LPARAMETERS statement and parameter list.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform