Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation
Message
From
27/11/2000 12:26:24
 
 
To
27/11/2000 10:30:38
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00445480
Message ID:
00445729
Views:
14
John:

>>oDoc = .Documents.Open(lcTemplate)
>>... Do some stuff
>>oWord.Visible = .T.
>>oWord.WindowState = 0
>>oDoc = .NULL.
>>RELEASE oDoc
>>oWord = .NULL.
>>RELEASE oWord

Is it possible that you are updating your document and/or template in the "Do some stuff" and not saving changes (this could be a problem if the user has the prompt to save Normal.Dot option selected) before yopu attempt to quit Word? If this is the case, it's possible that the Quit call is rejected by Word.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform