Recording the data printed
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
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