psemianonymous
Programmer
I am re-working a report. It looks something like:
This is fine, but when the detail section goes over one page, I need to have the field name line print again at the beginning of the second page. If I use the "Page Header" section, it goes BEFORE the group header section, which is wrong.
What I basically need is a way to ensure the field headings are printed on every page immediately above the detail section, BUT I also need to print the group header on a new group.
I hope I've been clear enough.
Thanks,
Pete
Code:
(!-----GROUP HEADER BEGIN-------)
(logo) ETC TITLE GOES HERE
CourseID: _________________ Date: _______
(details details details details details )
field1 field2 field3 fieldA
------------------------------------
(!------GROUP HEADER END------)
(!------DETAIL SECTION--------)
(data) (data) (data) (data)
(data) (data) (data) (data)
(data) (data) (data) (data)
(data) (data) (data) (data)
(data) (data) (data) (data)
(data) (data) (data) (data)
This is fine, but when the detail section goes over one page, I need to have the field name line print again at the beginning of the second page. If I use the "Page Header" section, it goes BEFORE the group header section, which is wrong.
What I basically need is a way to ensure the field headings are printed on every page immediately above the detail section, BUT I also need to print the group header on a new group.
I hope I've been clear enough.
Thanks,
Pete