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

How To Reprint Last Detail Record On Next Page

edited August 2004 in General
Hi,

I have a multi page report that lists a number of details from a record.
What I would like to know is, is it possible to reprint the last detail
record printed on page one, as the first detail record on page two?

Thanks in Advance
Martin

Comments

  • edited August 2004
    Hi Martin,

    If you are using static height detail bands you could change the
    DetailBand.BandsPerRecord property to 2 once you've reached the last detail
    band that will fit on a page. Since you know the size of the page and the
    size of each detail band, this should be a fairly simple calculation.

    If you are using dynamic height detail bands, you may need to define a
    bottom threshold that once a detail band enteres it, you assume that is the
    last detail band to print on that page and again change the BandsPerRecord
    property.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.