Link to home
Start Free TrialLog in
Avatar of MKItani
MKItani

asked on

suppress page header+crystal report bundled vs 2008+window application

I have a report as follows:

page header

group header

detail

groupfooter
Subreport

how i can suppress the page header before to call subReport.
regards,

Avatar of Will
Will
Flag of United States of America image

right click section vertical band and supress or hide
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MKItani
MKItani

ASKER

ossum as usual mlmcc and it is work fine
 but why i need to insert another section in the group footer
It may work if you just put the formula in the group footer with the subreport however, you can't control which evaluates first the formula or the subreport.  By adding the sections you have control since GFA will be done before GFB is started.

It is more a personal preference and the way I do it than necessarily required by Crystal.  I have had times when it seems the subreport executes first so you don't get the suppression.

mlmcc