event on engine.newpage
hello,
I want to know, if it is possible to detect when the engine is changing for a new page ? (on before newpage maybe ?)
For example: I want to print a non attached child only at the moment when the engine finishes a page for a new one.
There a line on the child. I want to have one line printed on each page when the page is finished.
Thanks
I want to know, if it is possible to detect when the engine is changing for a new page ? (on before newpage maybe ?)
For example: I want to print a non attached child only at the moment when the engine finishes a page for a new one.
There a line on the child. I want to have one line printed on each page when the page is finished.
Thanks
Comments
In fact I explain my problem since the beginning because , probably the way I have choosen (work with child) is not good.
Here is the structure of my report: very basic and simple
page header
masterdata
detail header
detaildata
child (attached to detaildata)
masterfooter
page footer
The problem is the master footer is printed only at the end of the masterdata and I want it to be printed on each page.
There a line on it and it is more beautiful to have a line at the bottom to close the page.
The child contains stretched data (text field) and I don't want the child to be cut from one page to another.
Thanks,