Detect a new page'll be created
Hi,
I'm designing a invoice. If this has two o more pages, I must write 'add and
continue' in all pages except in the last page.
So, How can I detect that new page'll be created? and How can I dectet that
the new page is the last page?
Thanks,
Josep Sol?
Programming Department.
IPS, S.L.
I'm designing a invoice. If this has two o more pages, I must write 'add and
continue' in all pages except in the last page.
So, How can I detect that new page'll be created? and How can I dectet that
the new page is the last page?
Thanks,
Josep Sol?
Programming Department.
IPS, S.L.
This discussion has been closed.
Comments
Set the Report.PassSetting to psTwoPass, making it a two pass report. Then
you can check the Report.AbsolutePageCount and drop a label in the header
and toggling its visibility in the Header.BeforePrint event.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you.