I've recently tried converting from Crystal 9.1 (VS 2003) to Crystal 13.2 (VS 2010) and now am having an issue with my report and it's subreport with not wanting the header and footer to show up.
It used to work when using it with Crystal 9.1 with the suppressing and using shared variables but this no longer works. Is there something that was done to stop this from working correctly for me?
Example of the suppression of the header of the main report:
whileprintingrecords;
global booleanVar no_header;
Anyone have some insight for me?