Avatar

Level 2

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.