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

Summary Band and Group Break

edited November 2005 in General
I have RB 7.04 that handles a bunch of 1 and 2 page invoices, which are
groups, so each invoice resets the page # to 1. I have a report summary that
prints on it's own page at the end of the report, but the last invoice
includes this page in it's page count, so if the last invoice is really 2
pages long and the summary is 1 page long, then when the last invoice prints
it will print "Page 1 of 3" and "Page 2 of 3" and then the Summary. There is
no page 3 of the invoice, it is the Summary Page.

How do force a group break when the last invoice has printed it's 2 pages?
My pipeline is from a Database.

Thanks,
Eric Buescher

Comments

  • edited November 2005
    Hi Eric,

    How are you separating the summary page from the rest of the report? You
    may try adding a subreport to the end of your report and keep the summary
    information in there with the ResetPageNo property set to True.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited November 2005
    Fixed. I still had the same problem after going the subreport route. I
    created the subreport and moved all my "summary" data into it, but when I
    set the summary band "New Page" to false, then all worked as expected.

    Thanks for your help,
    Eric

This discussion has been closed.