Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch Unknown Document Types
Message
 
 
To
15/12/2002 13:52:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00733177
Message ID:
00733179
Views:
33
This message has been marked as the solution to the initial question of the thread.
You can use WSH http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsMthRun.asp
oShell = CREATEOBJECT('WScript.Shell')
oShell.Run(lcMyFile)
or ShellExecute API #12636.

>I'm probably missing something obvious, but I haven't been able to find an answer to this here or on the Wiki, so a request for help from the more knowledgable:
>
>In a document management type scenario where I want my users to be able to launch (from my VFP application) a selected document of any type in whatever its registered application may be, but I don't know that in advance---is there a way to do it?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform