How to know when Word has finished sending data to the printer ?

G

Guillaume JAY

I'm using word automation on asp.net.
(Which is not recommended, but useful)
When I print if I quit/set to nothing my word object too soon, all the
print data have not been sent, and all pages are not printed.

Is there a method/property in Word Automation which indicates if the
sending of data to the printer is finished ?

Thank you,
Guillaume
 
J

Jonathan West

Guillaume JAY said:
I'm using word automation on asp.net.
(Which is not recommended, but useful)
When I print if I quit/set to nothing my word object too soon, all the
print data have not been sent, and all pages are not printed.

Is there a method/property in Word Automation which indicates if the
sending of data to the printer is finished ?

How to find out whether Word has finished printing
http://www.word.mvps.org/FAQs/MacrosVBA/WaitForPrint.htm
 
Top