Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a exe from within VFP with parameters
Message
From
17/02/2017 04:24:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Calling a exe from within VFP with parameters
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01648061
Message ID:
01648061
Views:
101
I need to call an exe from within VFP program and send the exe an argument and the receives a value back and depeding on the value I want to continue execution of the program.

I am currently doing this

lcApp = ALLTRIM(fold_loc) + ALLTRIM(exe_name)
lcParam = ALLTRIM(exe_param)
shellExecute (0,"", lcApp, lcParam,"",1)

However I cant receive the argument returned from the called application. Also shellexecute will not wait until the value is returned.

Is this possible in VFP?
Stuart Reid

True nobility lies not in being superior to another man, but in being superior to one’s previous self
Next
Reply
Map
View

Click here to load this message in the networking platform