J
JoeAtPMHCC
I am trying to create a batch print function in vb.net (framework 2.0) which
I have partially working, but the user is still having trouble with (not
printing all documents, print spill over, etc...). I was wondering if anyone
has any suggestions as to the best approach to this problem. Since printout
is a high level security function all I can see doing is opening the
document, switching to the print view, waiting until the 'view is not ready'
exception clears and then printing the document. Even this method fails time
to time without throwing an exception, but also not performing the predefined
task. Any help or suggestions would be most appreciated.
I have partially working, but the user is still having trouble with (not
printing all documents, print spill over, etc...). I was wondering if anyone
has any suggestions as to the best approach to this problem. Since printout
is a high level security function all I can see doing is opening the
document, switching to the print view, waiting until the 'view is not ready'
exception clears and then printing the document. Even this method fails time
to time without throwing an exception, but also not performing the predefined
task. Any help or suggestions would be most appreciated.