Verify Print

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

hi

Is there a way to verify that a certain report has actually been sent to the
printer? I need to know how many times or if the invoice has been printed.

Many thanks in advance.

Richard
 
Hi Richard,

If you had some sort of Audit trail type table in your system you could add
an On Print event to the report that adds an entry into the Audit trail table
that the report was printed, perhaps recording the user, date, time etc
also...

Is this what you meant?

Damian.
 
There is no way to know for certain that anything has been printed. The
printer could be out of paper or ink, or be malfuntioning. What you can do
it generate a (possibly random) number and save it to the table, and print
it on the invoice. After the invoice is printed have someone enter the
number from the invoice back in the record. Run a query to check for a
match. If there is no match, something is amiss.
 
Hi damien

Thanks for your help. Shouldn't the On print event fire even when we preview
the report?

regards
richard
 
Hi Arvin

Many thanks for replying. So, what I should do is request the user to
manually confirm a print and save it?

regards
Richard
 
It's the only way that you can verify that you can be sure that it is
printed and everything is fine. After all, even if you could verify from the
printer, and many printers do return an error if something goes wrong. You
still cannot verify that it was actually mailed. I have a similar situation
with my POs. Even though I save a copy as a PDF, and have an email log,
there is no way I can be sure that the recipient actually got and printed
the PO. We must manually resend a small percentage every week.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 
Thanks Arvin

Arvin Meyer said:
It's the only way that you can verify that you can be sure that it is
printed and everything is fine. After all, even if you could verify from
the printer, and many printers do return an error if something goes wrong.
You still cannot verify that it was actually mailed. I have a similar
situation with my POs. Even though I save a copy as a PDF, and have an
email log, there is no way I can be sure that the recipient actually got
and printed the PO. We must manually resend a small percentage every week.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top