Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can call winword methods or macros from foxpro pro
Message
From
05/12/1999 12:12:54
 
 
To
21/11/1999 11:27:20
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00293176
Message ID:
00298886
Views:
28
Hello John. Thank you for answer to my question.
It a great help for me!
Application keyword must be added for Word97!
oWord97=createobject('word.document')
oWord97.Application.documents.open('c:\anyWord97.doc')
oWord97.Application.visible=.t.
=oWord97.Application.ActiveDocument.Select && Yes! It working.
cText=oWord97.Application.Selection.Text
cText=LEFT(cText,LEN(cText)-1) && Required
...
Without your answer I must to dry paddle.
Now I am on the horse!
Previous
Reply
Map
View

Click here to load this message in the networking platform