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
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
Try using oRpt:bStartPage.
Regards,
James
Hi James
Can you put all the sintaxe please(to print the Group Header in all the pages)
Best regards
Pedro
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