Page 1 of 1

Another footerband error

Posted: Tue Oct 10, 2006 1:40 am
by EDV Gradl
I have a footerband with print on all pages = false. That means, the band only prints after the data.

I've attached two events, BeforePrint and AfterPrint.

I a report with 3 pages, I would expect that the events will fire only one, at the end of the databand.

Instead they are fired 3 times, once for every page, even if the footerband is printed only once.

I think this behaviour is wrong and should be changed.

Thanks!

Another footerband error

Posted: Tue Oct 10, 2006 10:15 am
by Vital
Please use EndRender event of databand.

Thank you.

Another footerband error

Posted: Tue Oct 10, 2006 11:29 am
by EDV Gradl
That works very nicely.

Thanks!

Now I just need help with my other footer band problem, have you already a solution for that problem?