Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with OLE Automation
Message
From
29/03/1999 13:30:58
 
 
To
29/03/1999 12:14:17
Arturo Valdez
SAYD - Software, Asesoria Y Desarrollo
Culiacán, Mexico
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00203041
Message ID:
00203082
Views:
17
>My problem si with the vfp ole automation and word 97, i cant close without save the document that i open before...i used the command "activedocument.close(0)" and didnt work...anyone can help me?

this works:

oWord = CREATEOBJECT('Word.Application')
oWord.Documents.open('c:\mytest.doc')
oWord.Documents.Close()
oWord.Quit()
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform