Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Detect a new page'll be created

edited April 2003 in General
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.

Comments

  • edited April 2003
    Josep,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2003
    Nico,

    Thank you.

This discussion has been closed.