Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5 - Open Word with a DOC file and keep it open for us
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00826357
Message ID:
00826367
Views:
31
This message has been marked as the solution to the initial question of the thread.
Bhavbhuti, try this :
o = CREATEOBJECT("Word.application")
oDocument = o.Documents.Open(YourFullPathedDocFileNameHere)
o.Visible = .T.
>Hi all
>
>I have created a Word Doc file using automation, thank for all the help I got here.
>
>Now this file is created I want to start a word session with this file open in it and then leave control of word and the opened document for the user to fiddle with, the app wants nothing to do with it and its changes.
>
>Please advise.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform