Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Q about rearranging group headers/page headers 1

Status
Not open for further replies.

psemianonymous

Programmer
Dec 2, 2002
1,877
US
I am re-working a report. It looks something like:
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
 
Pete,

Check the RepeatSection property of the group header. It should be set to Yes.

Hoc nomen meum verum non est.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top