Suppressing footers

chamelion

New Member
Hi,

I have a mulit page invoice being generated by Actuate and my client would like their footer to only appear on the first page of the invoice spans multiple pages.

The way I have the Page Footer setup presently is fine for 1 or 2 page invoices, however when they are longer the footer prints on other pages also. It seems to me as if the footer is being interperated to print on all pages but the last.

Does anyone know a way I can get the Page Footer to print only on the first page?

Many thanks for any help you can offer.

Jason
Smart Software
 

AGE1

New Member
Try using an conditional section with the footer e.g.

IfExp='GetPageList().GetPageCount() < 2'
 

chamelion

New Member
Found a work around for this current one by moving the footer outside the flow and then using a conditional.

Will give your suggestion a try for the next one as I would rather not have all the footers outside the flow.

Thanks for your help.
 
Top