Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Need to hide main report footer for a sub report(having more than one page and need to hide footer for all those pages).And again make it visible for another sub report which also have more than one page (and do the same to all of its pages)

I have tried with formula

CSS
WhilePrintingRecords;
Shared BooleanVar SuppressFooter := True;


CSS
WhilePrintingRecords;
Shared BooleanVar SuppressFooter := False;


In report footers of these sub reports and it was working fine if sub reports have only one page.

If sub reports have more than one page footer will be displayed (or hided) according to the formula in the last page of that subreport but other pages not like that;-)


Any solution??
Posted
Comments
RDBurmon 14-May-14 13:58pm    
Hi Jinu,
just checking with you , If you could help me for my query. I am new in crystal report development
Any help would be appreciated
here is my question link
http://www.codeproject.com/Questions/772444/How-do-I-display-two-different-query-results-in-tw

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900