If you are trying to keep track of how many copies of a report have been printed, you can use the Report.StartPage event and see how many times the first page printed. An example of printing a unique caption on each copy of a report can be downloaded from the following link...
Otherwise, you should just be able to use the Report.AfterPrint event to increment a count variable in your Delphi app to keep track of how many times a report was printed.
Comments
If you are trying to keep track of how many copies of a report have been
printed, you can use the Report.StartPage event and see how many times the
first page printed. An example of printing a unique caption on each copy of
a report can be downloaded from the following link...
http://www.digital-metaphors.com/tips/UniqueCaptionForEachCopy.zip
Otherwise, you should just be able to use the Report.AfterPrint event to
increment a count variable in your Delphi app to keep track of how many
times a report was printed.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com