I have a report where each group is about 5-7 pages long.
- I need to suppress the page header on the first page of each group
- Also I want to Supress the header on each group change (on first age on group)
Note : I don’t want to reset page no after each group change.
I found solution for point 1 :
Crystal Reports – How to suppress a page header on the first page of a group?
Now I am looking for point 2 solution.
How can I do this? Please Help.
You can also supress Group header same as Page header but you have to add condition for that like
In this OldGroupNo is Shared Variable which change in WhilePrintingRecord Function in Detail Section. You have to manage OldGroupNo In Detail section and then supress it.
May be this Help to you…..