Subreport continuation Page
I have a report similar to the following:
Detail band: set to dynamic height
Line1:
Line2:
SubReport1: is a detail band that has (for example)
If the memo line goes to the end of the page, it prints line1 on the
next page, however if the subreport is larger than the memo line and it
needs to go to a new page, line1 does not print on the next page.
I saw in the newsgroup a ContinueNextpageMessage.zip file, but that did
not work for me. Is there a way to have the subreport print line1 if it
goes to a new page, but not if its printing when in the middle of the
page (I do not want to have the keeptogether property on)?
Detail band: set to dynamic height
Line1:
Line2:
SubReport1: is a detail band that has (for example)
If the memo line goes to the end of the page, it prints line1 on the
next page, however if the subreport is larger than the memo line and it
needs to go to a new page, line1 does not print on the next page.
I saw in the newsgroup a ContinueNextpageMessage.zip file, but that did
not work for me. Is there a way to have the subreport print line1 if it
goes to a new page, but not if its printing when in the middle of the
page (I do not want to have the keeptogether property on)?
This discussion has been closed.
Comments
I'm a bit unclear about what you would like to happen. Do you want Line1 to
re-print each time a page breaks? If so, you can try using the HeaderBand
or create a group around the name field.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
report and a subreport. If the sub report goes to the end of the page
and needs more information on the next page, it goes to a new page, but
line1 does not reprint since its from the main report and not in the
subreport.
You might consider moving "line1" to a group header that is set to reprint
on each page. Another option to try is to set the components in "line1" to
ReprintOnOverflow however I'm not sure this will give you the effect you are
after.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com