Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call an external Windows program with parameters?
Message
From
27/12/1996 21:23:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to call an external Windows program with parameters?
Miscellaneous
Thread ID:
00016088
Message ID:
00016088
Views:
88
VFP 3.0

I need to execute an external Windows program with parameters that depends on one of the values of my textbox.

For example, in the click event in one of my command button :

LOCAL lcParams
lcCmdline="TEST.EXE "+THISFORM.txtParam.Value
* The following statement does not work!
RUN lcCmdline

I know if you put RUN "TEST.EXE" directly, the program will be executed but I need to input parameters to it too!

Another question is although my program is a Windows EXE, VFP always display a DOS box first but later figured it out that it is a Windows executable so closes it. I find this very annoying and doesn't look too professional. How do you stop VFP from displaying a DOS box first?

Ben
PS : TIA and Season Greetings!
Next
Reply
Map
View

Click here to load this message in the networking platform