Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Association
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01203303
Message ID:
01203312
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Is there a way to run a file and based on the users program association to the file type, the program will execute and VFP to wait till the program is closed. I know this can be done if you use something like API_APPRUN but I do not know the exe that is associated with the file type.

You can use WSH Run method http://msdn.microsoft.com/library/en-us/script56/html/6f28899c-d653-4555-8a59-49640b0e32ea.asp
oShell = CREATEOBJECT('WScript.Shell')
oShell.Run(lcFileName,1, .T.)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform