Data headers
Hi
I am trying to print a report
Page Header
GroupHeader
newpage
Column Headings - only on the data pages, not on the group page
Data
The only thing I can't do is suppress the Column headings on the GroupHeader Page. I have tried numerous obp and oap code lines but it either prints on every page or no pages.
What am I not doing?
AJ
I am trying to print a report
Page Header
GroupHeader
newpage
Column Headings - only on the data pages, not on the group page
Data
The only thing I can't do is suppress the Column headings on the GroupHeader Page. I have tried numerous obp and oap code lines but it either prints on every page or no pages.
What am I not doing?
AJ
Comments
I figured it out.
pageheader oap
columnheader.visible = false
engine.newpage
columnheader.visible = True
AJ
sorry.
groupheader oap (not pageheader)
columnheader.visible = false
engine.newpage
columnheader.visible = True
I spoke too soon.
If the databand goes more than 1 page, the columnheader does not print.
Can anyone Help me?
AJ