Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How do print only on last report page?(for loading from rtm file)

edited April 2005 in General
I know for existing ppReport,I could setting as following for print only on
last page, and it works
In the Footer.BeforePrint event:

begin
Footer.Visible := Report.SecondPass and
(Report.Page = Report.PageCount);
end;

But if report's template loading from rtm file, it doesn't work.
How do I do for this case?

Regards,
abcat

Comments

This discussion has been closed.