onprint at report level

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I would like to have a print log to log when and who print the report
and looking for a report level on print event.

I just realikzed that on print event only exsits on detail level which
I do not wnat to triggle every details on print. The event triggle
even user preview the report.


Are there any event triggle when user print the report (send the
report to printer)?


Your information is great appreciated,
 
No: there is no event that is triggered only when the report is printed (as
distinct from previewed.)

There is a reverse scenario: the Activate is fired when you preview, but not
if you print without preview.

If you just want to know who uses the report when, its Open event might do.
In A2007, this also avoids the problem that the section-level events don't
fire at all in the new Report and Layout views.
 
Back
Top