cancel
Showing results for 
Search instead for 
Did you mean: 

To print multiple header row of table in adobe forms

ankit_agarwal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Folks,

I have a requirement to print 1st header of table on all pages and 2nd header on subsequent pages(2nd onwards). I have created a table with two header (Header1 and Header2) on it. Header1 is used to print column heading and Header2 is used to print carry-forward total from previous page.Hence Header2 is not required in page 1st. When I tick 'Include Header row in Initial page' and 'Include Header row in Subsequent pages' in pagination tab of Header1 then tick of Header2 for 'Include Header row in Subsequent pages' in pagination tab automatically disappers. I mean I am not able to print both header on subsequent pages(2nd onwards).

I even tried grouping two headers and in pagination tab ticked 'Include Header row in Initial page' and 'Include Header row in Subsequent pages'. This approach also didn't work for me. I can't even print Header1 on master page because of some constraints. I tried with another table also which had only 1 Header row and ticked both 'Include Header row in Initial page' and 'Include Header row in Subsequent pages' in pagination tab. This also goes into vain.

Request your help on this.

Kindly respond ASAP as this is urgent.

Resonse would be appreciated.

Thanks,

Ankit Agarwal

Accepted Solutions (0)

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

Yes i also faced this, What i done is,

Place Header1 in Master Page, No Bindings and Nothing.

Second Header in Sub Form,

Hope this helps.

ankit_agarwal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prajesh,

Thanks for your reply.

You very rightly said to put 1st header in master page but I have another sub-form above the 1st and 2nd header in body page that should also come in page1 only. If I put that sub-form in master page and write script to hide in another pages then that much of space will be left blank which we don't want.I have some constrains because of that I can't put 1st header in master page.

Would appreciate more suggestions.

Thanks again.

Ankit

prajeshdesai
Contributor
0 Kudos

Then you can try below,

Select both headers and Right click, Select Group As Section.

Check Include Header Row in Initial Page and Include Header Row in Subsequent Page


Write below javascript on intilize event of second header,

Hope this helps.