View Full Version : Prevent Page Header on Grouping Header


minute37
05-09-2008, 09:33 AM
I have a report that uses a Grouping Header section to add a 'Title Page' for each record in a report. I need a way to prevent the Page Header section from showing up this page, but allow it to show up on every page in the Detail Section?

Please help. :confused:

llkhoutx
05-12-2008, 07:59 PM
On the OnFormat event of the Header Section of your report, use me.Section(n).visible=False, where "n" is the header number. I don't know the number off the top of my head.