Message Boards

Reporting Framework - Print Groupheader on all but last page

Ruth Van Aerschot, modified 3 Years ago.

Reporting Framework - Print Groupheader on all but last page

Post Date: 9/14/14 (Bronze, 4 Posts) Recent Posts

Hi,

I'm trying to print a GroupHeader on all pages of a document except on the first page.  This because on the first page, I want a different GroupHeader.

I tried as follows:

PageHeader1(Repeat = true) GroupHeader1 (Repeat = false) Groupheader2 (repeat = true). In the OnFormat of PH1 I set GroupHeader2.Visible = false when GroupPage() = 1 and GroupHeader2.Visible = true when GroupPage() <> 1.

This does not work (because at page 2 it is no longer the first of this group ??).

Any idea is welcome.

Thanks !

Ruth

Ruth Van Aerschot, modified 11 Years ago.

Re: Reporting Framework - Print Groupheader on all but last page

Post Date: 9/14/14 (Bronze, 4 Posts) Recent Posts
Correction on short description:
Reporting Framework - Print Groupheader on all but first page

Message place holder