Expand my Community achievements bar.

SOLVED

Header Repeats when table runs onto 2nd page

Avatar

Level 2

I have a form with a dynamic table in which the user is allowed to add and remove rows to it as needed.  The table also has a column on the end of it that will become visible/hidden on the click of a button.  It also performs basic arithmatic (addition & multiplication) needed to calculate prices for orders.  The problem occurs when the table becomes too large to fit on one page; it flows onto a second page.  When the file is saved, closed, then re-opened the table will appear with two repeated headers and two repeated footers.  Any idea of what is causing this to occur?

Imagxyz.png

Above is a sample of the table before the problem occurs.

Imagexyb.png

Above is the double footer that appears when the file flows onto a second page, is saved, closed then re-opened.

Any assistance is appreciated.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can check the checkboxes in the attached image on how you want the header and footer to repeat in the pagination..

If you want the Header to appear only on the first page, then check the first checkbox below.

If you want it to repeat in all the subsequent pages check the second one..

Similarly, if you want the Footer to display only at the end check the last check box..

To set these properties, select the Header Row/ Footer Row in your Heirarchy palette and goto Pagination tab in the Object Properties..

Thanks

Srini

Header Footer.JPG

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You can check the checkboxes in the attached image on how you want the header and footer to repeat in the pagination..

If you want the Header to appear only on the first page, then check the first checkbox below.

If you want it to repeat in all the subsequent pages check the second one..

Similarly, if you want the Footer to display only at the end check the last check box..

To set these properties, select the Header Row/ Footer Row in your Heirarchy palette and goto Pagination tab in the Object Properties..

Thanks

Srini

Header Footer.JPG

Avatar

Level 2

That seems to have fixed it.  Thank you very much.