Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Holding Program Execution During External EXE File Run
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00754432
Message ID:
00754441
Views:
21
Thanks , It worked gr8.

Thanks again.

Regards,
Aashish
>>Dear friends,
>>
>>I wish to run a exe file from VFP7 which is possible through
>>run / ! / _shellexecute from FFC System Utillities.
>>
>>Problem is : I want to hold the program from executing any furthere till the user terminates the external program.
>>
>>For example:
>>
>>Run/N calc.exe
>>
>>Wait Window "After Calc is Crossed"
>>
>>The wait window should only come once the Calc application is crossed / terminated.
>>
>>Any ideas ?
>>
>>Thanks
>>
>Aashish,
>
oShell = CREATEOBJECT("WScript.Shell")
>oShell.Run("Calc.exe", 5, .T.)
>Wait Window "After Calc is Crossed"
--
--
Aashish Sharma
Tele Nos: +1-201-490-5405
Mobile: +91-9821053938
E-Mail:
aashish@aashishsharma.com
write2aashish@gmail.com

You better believe in yourself... if you don't, who else will ?
TODAY is a gift, that's why it's called PRESENT
Previous
Reply
Map
View

Click here to load this message in the networking platform