hi experts,i've got a form with a dynamic table. this means that i have
a footerrow with mapped information if it should be visible or not. so
the table can have from 1 to 40 columns.i did some scripting in the
table's initialize section:loop over count of colums and set the
headerrow, row1 and footerrow elements for index x to hidden.everything
works out fine BUT if the data spans over multiple pages the headerrow
on pages 2 to last is original again. means that the hiding of cells is
not effec...