Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Word automation
Message
From
10/12/2003 13:27:05
 
 
To
09/12/2003 15:38:43
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00857378
Message ID:
00857771
Views:
26
> oDocument = oWord.document.open("name of document")

If this is the exact line you're using, I'm surprised it works at all. It should be:

oDocument = oWord.documents.open("name of document")

with Documents, not Document.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform