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

Get table headers to print on each page

edited December 2001 in General
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

Comments

  • edited December 2001
    Create a group in the subreport which is based on a custom field. Use a
    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


  • edited December 2001
    Great thanks Jim

    John
This discussion has been closed.