Page footer in Crystal Reports

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

How can I do in Crystal Reports to show the page footer in all the pages but
not in the last one?

Thank you
 
Alberto,

Go to the Section Expert (Asistente de Secciones). There select the page
footer section and attach a formula to the 'Suppress' property.
The formula should say CurrentPage = TotalPages, it should return True if
printing is in the last page, and False otherwise (don't remember if
function names are actually those, you can find them easily in the Formula
Expert).

Regards - Octavio
 
Back
Top