Headers and re-printing
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
GroupHeader in a Sub-Report. Is it in later versions?
Todd
--- posted by geoForum on http://delphi.newswhat.com
Todd
--- posted by geoForum on http://delphi.newswhat.com