I have a sub report in which I need a page footer on. I know sub reports don't usually have page footers, or page headers for that matter, but I found a work around for a page header. Is there any such thing for page footers in a subreport?
The standard work-round is to create a 'group' that includes everything in the subreport. This can be repeated for each page. Is this what you've done?
Also which version of Crystal?
But I don't think there is a method to mimic page footers in a subreport.
Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10
//{@reset} to be placed in the (fake) page header:
Whileprintingrecords;
numbervar linecnt := 0;
//{@linecnt} to be placed in the detail section:
whileprintingrecords;
numbervar linecnt := linecnt + 1;
Observe the line count at the bottom of the page (let's say it is 45), and then insert a detail_b section and place your page footer info in it. Then go to the section expert->detail_b->suppress and enter:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.