Page 1 of 1

Print Group Header in all Pages - Treport

Posted: Fri Feb 06, 2009 11:32 am
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

Re: Print Group Header in all Pages - Treport

Posted: Fri Feb 06, 2009 6:11 pm
by James Bott
Try using oRpt:bStartPage.

Regards,
James

Re: Print Group Header in all Pages - Treport

Posted: Sun Feb 08, 2009 11:09 pm
by Pedro Faro
Hi James

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

Best regards

Pedro

Re: Print Group Header in all Pages - Treport

Posted: Mon Feb 09, 2009 12:43 pm
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