Data headers

edited 2:05AM 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 2:05AM
    Hi

    I figured it out.

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

    AJ
  • edited 2:05AM
    Hi

    sorry.


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

  • edited 2:05AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.