Data headers

edited 9:55AM in FastReport 3.0
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



Comments

  • edited 9:55AM
    Hi

    I figured it out.

    pageheader oap
    columnheader.visible = false
    engine.newpage
    columnheader.visible = True

    AJ
  • edited 9:55AM
    Hi

    sorry.


    groupheader oap (not pageheader)
    columnheader.visible = false
    engine.newpage
    columnheader.visible = True

  • edited 9:55AM
    Hi,

    I spoke too soon.

    If the databand goes more than 1 page, the columnheader does not print.

    Can anyone Help me?

    AJ

Leave a Comment