Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't get MS Word PrintPreview into a Wait State
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Can't get MS Word PrintPreview into a Wait State
Miscellaneous
Thread ID:
00400059
Message ID:
00400059
Views:
65
Hi:

oWord = CREATEOBJECT("word.application")
oDocument = oWord.Documents.Open("c:\MyDocument.doc")
oDocument.PrintPreview()
*
* PrintPreview shows briefly then Word closes
*

oDocument.Close(wdDoNotSaveChanges)
oWord.Quit(wdDoNotSaveChanges)

How do I get a wait state?

Thanks!
Reply
Map
View

Click here to load this message in the networking platform