Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress page footer on subreport

Status
Not open for further replies.

hassellhorse

Technical User
Aug 16, 2006
11
US
I am using crystal 10 and have a subreport in my report footer that should only print based on certain main report details criteria. I have enter the formula "whileprintingrecords; booleanvar flag; flag = true" in the page header section expert to supress the header on my subreport and that has worked, but when I enter that formula in my page footer C that footer prints on the subreport. Any suggestions?
 
looking at the way a report runs from top to bottome left to right, I would say the footer is the last section to process and if it is looking for something that needs to process before it, maybe use evaluateafter?

Thanks so much!
satinsilhouette
 
I am not familiar with evaluateafter. Can you be more specific as to how to use, where it goes, etc?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top