How to reset Page No.
Hi !
It's there any way to reset the Page No. when the Header Group condition is
changed and start a new page.
Thank you
It's there any way to reset the Page No. when the Header Group condition is
changed and start a new page.
Thank you
Comments
But how to get the page status ?
how can i do this programming and resetting of a pageno-variable.
Is there an exanple?
Best regards
Bernd
There is an event "OnBefortPrint" @ PageHeader / Footer. so you can count Before PageHeader is print and get the correct Page#
Declare a variable "myPage"
And in OnBeforePrint do
myPage:=myPage+1;
Daniel