cancel
Showing results for 
Search instead for 
Did you mean: 

Page Break for New Purchase Requisition

adnanmaqbool
Contributor
0 Kudos

Dear All

I am developing an Adobe Print Form to print multiple purchase requisitions (PR).

On to top of page is PR No and Date

Body part contains line items

Footer contains company address.

Scenario is that there should be a page break for new PR No , each PR itself can be expanded to multiple pages if there is no space for more line items in body part.

But I want to start print new PR from new page.

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Hello,

1) create (in you backend) a table of tables (a table where one line is a table - PO number + details + lines)

2) in your form, set allow page breaks = true (so the PO longer than one page will continue without disturbance)

3) in your form, set Top of Next page for every subform, which holds the PO header data (tab Pagination)

4) you may find it troublesome to find help here with your posts and points "balance". Maybe you can work on it a little

Regards Otto

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi Adnan,

For every Subform you will have an option to set the Page break and also to start the content from a fresh page. U need to tick the check box for "Allow Page break within contents" and select the option to Start from the next page.

It will be under the properties of the subform.

Poojith MV