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
Print Group Header in all Pages - Treport
- Pedro Faro
- Posts: 31
- Joined: Sun Jan 29, 2006 6:34 pm
- Location: Lisboa-Portugal
- Contact:
- 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
Try using oRpt:bStartPage.
Regards,
James
Regards,
James
- Pedro Faro
- Posts: 31
- Joined: Sun Jan 29, 2006 6:34 pm
- Location: Lisboa-Portugal
- Contact:
Re: Print Group Header in all Pages - Treport
Hi James
Can you put all the sintaxe please(to print the Group Header in all the pages)
Best regards
Pedro
Can you put all the sintaxe please(to print the Group Header in all the pages)
Best regards
Pedro
- 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
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
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