I want to add terms & condition only in the last page, i add it under page footer, i add the formula (PageNumber<>TotalPageCount)to print it in the last page, it works fine,but the problem that it reserves and keep blank zone(Page footer section) in each page after the last. thanks for help,
0
votes
1 Answers
0
votes
EDIT:
I think I figured it out, at least it works in CR 2008.
- Open Section Expert and add
WhilePrintingRecords; PageNumber <> TotalPageCount
suppression formula to the page footer. - Check the "Suppress Blank Sections"
- Check "Clamp Page Footer"
This should now show the page footer only on the last page without any blank spaces on the other pages.
Hope that helps,
Chris