0
votes

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,

1

1 Answers

0
votes

EDIT:

I think I figured it out, at least it works in CR 2008.

  1. Open Section Expert and add WhilePrintingRecords; PageNumber <> TotalPageCount suppression formula to the page footer.
  2. Check the "Suppress Blank Sections"
  3. 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