Get table headers to print on each page
I am designing a report where data is printed in the way of a database
table.
The heading for the data, i have put in the Title section of the
SubReport(as this is a Master/Detail report).
The data fields (in DBTexts) are all in the SubReport title band.
The first page looks just fine if there are not too many lines of data to
view.
If there are a lot of lines of data then they obviously go on to the next
page, but the headings for this data is no longer visible.
How can i get the headings to appear on each page of the sub report ?
Also i have notes and some totals that are displayed after the main body of
data (the table) has been displayed. I don't want the headings to come up on
a new page that does not show the data in the title band.
Thanks for any help you may give.
John
table.
The heading for the data, i have put in the Title section of the
SubReport(as this is a Master/Detail report).
The data fields (in DBTexts) are all in the SubReport title band.
The first page looks just fine if there are not too many lines of data to
view.
If there are a lot of lines of data then they obviously go on to the next
page, but the headings for this data is no longer visible.
How can i get the headings to appear on each page of the sub report ?
Also i have notes and some totals that are displayed after the main body of
data (the table) has been displayed. I don't want the headings to come up on
a new page that does not show the data in the title band.
Thanks for any help you may give.
John
This discussion has been closed.
Comments
static text TppLabel component to base the group on (perhaps use a label in
the page header band). In the groups dialog, there should be a selection
which is called Reprint Group Headers on Subsequent Pages. Now in the group
header, you can place the information which was in your title band.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
John