Recording the data printed

TDLTDL
edited 1:57AM in FastReport 4.0
I have a report that is just a letter with several fields. I would like to write the values of these fields to a database history table so i have a record of data in the letter and when it was printed.

The report uses a TfrxDBDataset to retrieve the data to be printed, a TfrxReport which is the letter, and a TfrxRichObject. On which event would I place the code to do this?

Thanks,
TD

Comments

  • gpigpi
    edited 1:57AM
    Try to use TfrxReport.OnReportPrint event

Leave a Comment