If you would like to print something in the footer band based on which page it is on, you can use the TppFooterBand.BeforePrint event to check which page the report is on and set certain components' visible property based on that value.
if Report.PageNo > 1 then Label1.Visible := False;
Comments
If you would like to print something in the footer band based on which page
it is on, you can use the TppFooterBand.BeforePrint event to check which
page the report is on and set certain components' visible property based on
that value.
if Report.PageNo > 1 then
Label1.Visible := False;
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com