Hi,
I have a main window and in that there are 5 different Table Node.
In each Table Node i have a Header Part and a Main Part.
I face 2 problems:
1) The Header Part should only get printed if there is data in the Internal Table.And secondly if there is data then the header should be printed with the data and it should not happen that header is printed on page2 and the header is printed on page 3 along with the data as there was no space for printing of the data on page 2.Something like page protect of header & Line Item.How to achieve this.
2) If there is a page break then the header is printed 2 times.I could not find the reason for it.It gets printed on the footer of the new page.What i could understand is that in the header part of the Table node we have checked the At Start of Table & at Page Break.So at page break i might be printing 2 times.Any idea why it is behaving like this.
Thanxs