Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling an exe with parameters
Message
 
 
To
14/01/2002 11:09:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00604354
Message ID:
00604358
Views:
25
>I am trying to call an exe from within a form. How do I send parameters to this exe? when i try to send a parameter i get an error - no parameter list found. Where do i put the code to accept the parameters? right now i have it in the formset init, what is the correct place to put it?

The PARAMETERS statement should be the first statement in the project's main program.
LPARAMETERS tcParam1, tcParam2, ..., tcParam27
Rememeber that you can pass only character parameters into EXE.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform