Page Break based on a Condition

J

Jeff

Hello,

I know how to insert a Page Break. However can it be done so under a
certain condtion to do a Page Break other wise for the other pages not to.

Any help would be greatly appreciated.

Thank you,
Jeff
 
A

Allen Browne

Insert a page break control from the Toolbox, at the top of your (Detail?)
section.

Then in the Format event of this section, add some code to the event
procedure to set the Visible property or the page break control.

(Note that it does have a Visible property, even though the intellisense
does not display it.)
 
Top