Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I pass parameters to an fpw EXE
Message
From
20/09/2001 19:21:55
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00559018
Message ID:
00559052
Views:
15
>>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
thanks a bunch
Previous
Reply
Map
View

Click here to load this message in the networking platform