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

Headers and re-printing

edited June 2006 in General
I have a sub-report that many times contains multiple pages of records.
I would like to have the header appear on subsequent pages, but that does
not appear to be an option.

[The "Keep Together" is not appropriate in this configuration since the
Main header is printed followed by white space and the sub-report starts
on the next page]

Todd

P.S. I could attach a one page example, if necessary.



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited June 2006
    Hi Todd,

    Take a look at the following article...

    ------------------------------------------------------------------
    Tech Tip: Subreport header/footer bands do not print for
    Child type subreports.
    ------------------------------------------------------------------

    For a subreport set to pbChild, the header/footer are not supported.
    A child type subreport prints on its parent's page space and
    therefore behaves more like a memo.

    Options:

    1. Use Title/Summary band.

    2. Use GroupHeader/GroupFooter. If you need to repeat the header
    when a page breaks then then you can create a group and
    set StartNewPage to True.


    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2006
    I am running version 7.04 and I do not have a StartNewPage property for
    GroupHeader in a Sub-Report. Is it in later versions?

    Todd




    --- posted by geoForum on http://delphi.newswhat.com
  • edited June 2006
    Found it!

    Todd




    --- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.