Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing arguments on the command line
Message
 
 
To
10/12/2001 10:17:30
Jim Foderaro
Insurance Rating Systems, Inc.
Universal City, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00592068
Message ID:
00592077
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi Everyone,
>
>Is it possible to pass an argument on the command line to a VFP application running as an EXE? I'm using VFP 6.0.
>
Yes, it's possible but you can pass only character type arguments.
In shortcut
C:\mydir\myvfpapp.exe str1 str2

* In VFP main program
LPARAMETERS tcParam1, tcParam2
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform