<p>Hello BIRT community
I am using BIRT 2.6.2.
Can someone post me a example where the method "onPageBreak()" on some report item is used for manipulating the PDF output.
For example changing the color of some text or cell of a table. I think that method doesnt work at all.
There ia another topic where the behaviour of the "onPageBreak()"-method is mentoned:
<a data-ipb='nomediaparse' href='
http://www.birt-exchange.org/forum/index.php?/topic/28511-page-break-in-tables-with-groups/?hl=onpagebreak'>http://www.birt-exchange.org/forum/index.php?/topic/28511-page-break-in-tables-with-groups/?hl=onpagebreak</a>
Anyone any idea for this issue?
Beside that, do you know some callback function where the page break is done on a group or the detail fields of a table.
I need that information because I want to use if-condtion depend on that information, i.e.
"If the row was together with anohter in the group and they are split beecause of the page break then do something."
And that should be invoked before the new page because on the first row in the new page I can make my changes.
Thank you in advance.</p>