cancel
Showing results for 
Search instead for 
Did you mean: 

page break,sub total and grand total in adobe forms

Former Member
0 Kudos

hi,

In adobe forms, i am displaying purchase order details in table format. internal table contains 150 records but it displaying

only 50 records in single page. how i have to call a new page,how i have to create a page preak and i want to display only

5 records for a page with carry forward,page total and total net value.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sivaprasath,

For page break to happen, first make the main subform's ( which ll have all the contents of the page ) property a *Flowed* and also Check the check box *Allow Page Break with contents*.

Then wrap ur table in a subform and make its property as *Flowed* and for this too Check the check box *Allow Page Break with contents*.

Now depending on the number of records, the table ll grow dynamically..

Regards,

Surya.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sivaprasath,

For the table content to flow onto the next pages please make sure that the outermost subform is NOT with the content property "Positioned".

For having only 5 records per page, you can design a deep structure with fields:

Table 1 (The table which will hold 5 records per page)

Page total

total net value

Have the table type of it defined in the form.

Put the logic for filling the table in such a way that each row of this nested table has 5 records and pagetotal and total net value.

then put it inside a subform and check the checkbox for "rpeat subformt for each data item".

Another way is to use Conditional breaks in Pagination tab.

Thanks and regards,

Priyanka