crystal reports,extra print page problem
In my report i wanted each group to be printed on new page so
in group footer section i had set 'newpage after'option to true
so i could print each group on new page but at the end of report it gives me a extra page with groupheader without any records. I don't want this extra page to be printed ,please suggest any workarounds.
Re: crystal reports,extra print page problem
Try to give " A new page before " option instead...
Santulan
Re: crystal reports,extra print page problem
Sorry i mentioned that my group header repeats instead its a page header which comes on that extra page.please help
Re: crystal reports,extra print page problem
Hi- Did you solve the problem with the extra page header at the end of the report? I have the same problem and the customer is not liking extra waste of paper (i get a page header at end, no more records on it!)
Re: crystal reports,extra print page problem
Hi! JMD,
You r lucky Boss,I got the solution after a lot of ' rock breaking '.
The problem is that ,when one creates a new report Crytal report adds many
sections by default , sections like Grand total,summary etc.
And that is the problem , you must have set 'New Page After' option
in the group footer section which causes a new blank page to be printed
at the end of last group footer section to print those default sections
namely 'grand Total' & 'Summary'even though they r blank .So remove/hide these
sections if u don't have any information in these sections or if u have
information just set the option 'suppress if blank' for these sections ,
this will solve your problem.
Re: crystal reports,extra print page problem
Thanks so much, believe me I have been rock-breaking over many other VB-Crsytal problems. Your solution worked great, I appreciate !