Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching an existing word doc from vfp
Message
From
09/11/1998 15:32:34
 
 
To
09/11/1998 15:27:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00155902
Message ID:
00155905
Views:
19
>ox=getobj('c:\myfile.doc') seems to execute fine yet displays nothing. I guess it makes an instance of msword with the specified file open. How do I make myfile.doc visible? Where can I get info on word, excel, netscape commands to manipulate these applications from VFP? Thanks

oWord=createobject("Word.basic")
oWord.FileOpen("d:\myfile.doc")
oWord.appshow
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform