J
Joemanc
I have a VB app running on Citrix. I'm using the PrintOut command when a user
goes to print a document. In this case, I have a 14 page document. When I
run the app from my desktop, it prints out ok. When I run the app via Citrix,
because the code is running so fast, it appears the document is trying to
spool, but because I immediately close Word, the document never gets a chance
to get to the printer.
Is there a way for me to tell via code if the document is still printing
from Word?
I've thought of using a timer event but tha's unpredictable because of
different sizes of documents.
goes to print a document. In this case, I have a 14 page document. When I
run the app from my desktop, it prints out ok. When I run the app via Citrix,
because the code is running so fast, it appears the document is trying to
spool, but because I immediately close Word, the document never gets a chance
to get to the printer.
Is there a way for me to tell via code if the document is still printing
from Word?
I've thought of using a timer event but tha's unpredictable because of
different sizes of documents.