Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Suppressing First Group Header On Each Page

edited June 2003 in General
I have a simple report that contains 1 group. I need to suppress the
group header the 1st time it prints on each page. Any thoughts on how
I could accomplish this?

Thanks Craig

Comments

  • edited June 2003
    You could try:
    1) In the OnStartPage event set the header visible to false
    2) In the detail band AfterPrint (or the group footer after print) set
    the visiblity of the header to true.

    --
    Ed Dressel
    Team DM
  • edited June 2003
    Did the job - thanks.

    On Wed, 11 Jun 2003 07:30:17 -0700, "Ed Dressel [Team DM]"
This discussion has been closed.