cancel
Showing results for 
Search instead for 
Did you mean: 

Page footer getting overlaped with line items

Former Member
0 Kudos

Hi All,

We have a form where the page footer is quite big. We want it to print only on the last page in case the number of line items exceed.

we successfully achieved this by putting a JavaScript on the FOOTER subform to print only on the last page.

But when the number of line items are so much that they are not enough to trigger a new page, they get displayed on the same page. In this case the first page becomes the last page and the footer also gets displayed overlapping the line items.

We have also tried creating two master pages both having different content areas. But even that did not help.

Could you please suggest a solution to this issue.

Thanks,

Tirth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pandya,

I could see the issue is not with your table being over lapped on the footer but the dynamic table is not being displayed in multiple pages if its long enough.

1) have you masterpage designed with footer & content area with out any overlaps.

2) have your footer script to display if the current page is equals to page count (which you already done it)

3) set the body page to flowed top to bottom.

make sure your body page's object-->pagination setting as

place: following previous

after: continue filling parent

4) have a top to bottom flowed subform say AA to your body page.

5) have your table in AA and do the data binding.

now as the table increases it adds up a new page and continues there. and your footer script just do its part.

Hope you get this,

Cheers,

Sai