How To Prevent a Page From Displaying?
- August 5, 2009
- 10 replies
- 11443 views
have a form with a table on the first page. If it has more than 7
line items, then it continues to a new master page content area to
display the rest of the line items. Then it has another separate page
to print at the end.
However, if I have 7 or fewer lines, it still prints my continuation
page. Is there a way to prevent this page from displaying and from
being included in the page count?
As another option, is there a way I can subtract 1 from the page count
if the number of line items is 7 or less?
I've attached a copy of my hieararchy. I want Page1 to display. In it is a table. If it has more than 7 line items, I have it continue to a content area in LIContPage1. Page 2 prints last.
However, if there are fewer than 7 line items on Page1, I don't want LIContPage1 to print or be included in the page numbering.
Thanks!