Print Group Header in all Pages - Treport

Post Reply
User avatar
Pedro Faro
Posts: 31
Joined: Sun Jan 29, 2006 6:34 pm
Location: Lisboa-Portugal
Contact:

Print Group Header in all Pages - Treport

Post by Pedro Faro »

Hi

How can i print the Group Header in All pages in Report Class ?

In a simple report the group header is only printed wher Group starts.

Best regards

Pedro Faro
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Print Group Header in all Pages - Treport

Post by James Bott »

Try using oRpt:bStartPage.

Regards,
James
User avatar
Pedro Faro
Posts: 31
Joined: Sun Jan 29, 2006 6:34 pm
Location: Lisboa-Portugal
Contact:

Re: Print Group Header in all Pages - Treport

Post by Pedro Faro »

Hi James

Can you put all the sintaxe please(to print the Group Header in all the pages)

Best regards

Pedro
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Print Group Header in all Pages - Treport

Post by James Bott »

Pedro,

I have never done it so I do not have an example.

If you are only using one defined group, then you may be able to just call the StartGroup method like this:

oRpt:bStartPage := ( || oRpt:startGroup( 1 ) }

Regards,
James
Post Reply