Report Footer and Page Footer
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I knew I must have been missing something, I totally missed the Summary
option.
Thanks,
David