Board index » cppbuilder » printing confirmation

printing confirmation


2004-05-17 08:42:22 PM
cppbuilder18
hello!
I have question,
Is it possible to confirm that the document sent to printer was printed?
I print important information in my application. I want to be sure that the
document was printed and response on printer or system errors.
If anyone have idea how to resolve it, I will be glad.
regards...
da1
 
 

Re:printing confirmation

"da1" < XXXX@XXXXX.COM >wrote:
Quote
[...] Is it possible to confirm that the document sent to
printer was printed?
There is no way to guarantee that by code. You *might* be able
to access the print spool to see if your job has been sent to
the printer but that's it. Once the printer has it, the only
way to confirm that it was printed is a visual inspection.
~ JD