Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Word 2000
Message
 
To
15/07/2002 17:33:02
Garry Sankowsky
Zodiac Publications
Tolga, Australia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00678862
Message ID:
00678974
Views:
22
Why you not try ShellExecute?

DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
           STRING cOperation,;
           STRING cFileName,;
           STRING cParameters,;
           STRING cDirectory,;
           INTEGER nShowWindow

result = ShellExecute(0, 'Open', "YourDocname.DOC" , '', '', 1)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform