Hi,
I have a table and populate it with an XML file.
The cells of the header row are text fields (not text objects). The data for the table header also comes from the XML file.
After a page break I get a header row on top of each page, which is good. Yet the fields are empty. The fields are filled only in the header row of the first page.
Is there a way to have all the header row fields filled?
(I even tried to have text objects in the header row and fill them in a formReady event. But again on the next page they are filled with the initial value of the text object - and not with the XML-file value.)