Expand my Community achievements bar.

SOLVED

Header row shading

Avatar

Former Community Member

Hi All,

i have a table with 2 columns(It has a header row and a body row, the body rows increase or decrease based on the data in XML , and the header rows repeat for each page).
I have shaded the header rows by using java script as follows

form1.S5.Table1.HeaderRow.S5_HEADER_BENEFITS.fillColor = "212,212,212";

the issue is when the header row repeats in the next page due to oveflow the shade has been missing from the header rows.

How do i make the shading appear whenever the header  row appears on next page due to oveflow.

Thanks in advance

De1209.

1 Accepted Solution

Avatar

Correct answer by
Level 6

Does this have to be done in script? Select either the header row or the column in the header that you want shaded and use the Background Fill section of the Border tab to set the fill color.  It should carry through on all pages.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Does this have to be done in script? Select either the header row or the column in the header that you want shaded and use the Background Fill section of the Border tab to set the fill color.  It should carry through on all pages.