cancel
Showing results for 
Search instead for 
Did you mean: 

Page Break FP_TEST_PAGE_BREAK

Former Member
0 Kudos

Hi,

Anyone can explain how works this form FP_TEST_PAGE_BREAK. I have to create a form with page break but i can't reproduce the same .

Thank you in advance.

Miguel Silva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

normally, you'd control page breaks in the subform surrounding your table - in your Object -> Pagination pallete, go to Conditional Breaks.

Here you'd place some code to compare the current record to the previous record. If <> you can force a page break.

Former Member
0 Kudos

what's the calling program?