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

Report Footer and Page Footer

edited September 2008 in General
Using RB Enterprise 10.07, Delphi 2006 Pro. I want to have a footer on each
page that has the date and page #, etc, but I want to have a final page for
the report which is a summary. This last page should print on a separate
page from the rest of the detail. I tried putting a page break before the
footer, but it still prints with the detail.

Thanks,

David

Comments

  • edited September 2008
    Hi David,

    Try setting the TppSummaryBand.NewPage property to True. This will
    automatically give the summary band its own page. You can also control
    whether the footer band prints on the first or last page using the
    PrintOnFirstPage and PrintOnLastPage properties.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Thanks Nico.

    I knew I must have been missing something, I totally missed the Summary
    option.

    Thanks,

    David

This discussion has been closed.