Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching Word from Foxpro
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00676490
Message ID:
00676505
Views:
13
This message has been marked as the solution to the initial question of the thread.
Something like this should do it.


loword=Createobject("word.application")
loword.Visible=.T.
loword.WindowState=1
loword.Application.Activate
rapport=loword.documents.Add() &&start a blank document

greetings,


Vincent
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform