Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I pass parameters to an fpw EXE
Message
 
 
To
20/09/2001 17:32:21
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00559018
Message ID:
00559048
Views:
17
>Hi guys, I think you guys have covered this before,
>how do you pass parameters to your compile EXE on Fox
>either fpw or VFP
>
>thanks\
>
>mark oliva

Include LPARAMETERS/PARAMETERS into main program of you project and than call your exe with parameters separated by spaces. Just remember that all parameters're passed as string.
* Main program
LPARAMETERS tcPar1, tcPar2, tcPar3

* Call exe
myapp.exe Param1 Param2 Param3
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform