Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating MSWord issue
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Automating MSWord issue
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01572920
Message ID:
01572920
Views:
45
I notice that when i moved to version MSWord 2010, release the spawned word session is not so clean. I am doing something like the following....

WordObj = CREATEOBJECT("Word.Application")
#define wdDoNotSaveChanges 0
WordObj.documents.open("&lcDoc.")
~~~ manipulate and save doc
RELEASE WordObj

Sometimes i see WINWORD in the Processes tab of TaskMgr after the automation session has ended. Is there a better, more reliable way of making sure the word session is released?

Also, is there a setting in MSWord that allows me to avoid the Word startup message that asks for me to decide what to do with documents due to a prior error with MSWord? That presents a problem when i initiate another Word session after an earlier attempt encountered some kind of problem.

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform