Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Status / Mode
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Print Status / Mode
Miscellaneous
Thread ID:
00963863
Message ID:
00963863
Views:
45
Hi all,

I am doing this:

**- Start Word
loWord = CreateObject("Word.Application")

**- Open a file
loWord.Documents.Open("filename.ini")

**- Print It
loWord.ActiveDocument.PrintOut()

**- Close document
loWord.ActiveDocument.Close()

**-Would like to confirm printing is done somewhere here then

**- Quit
**loWord.Quit()

I would like to check word has completed printing before I quit.

Any clues please?

Thanks

Mathias
Mathias Banda

Time is longer than a rope.
Next
Reply
Map
View

Click here to load this message in the networking platform