Click to See Complete Forum and Search --> : crystal reports,extra print page problem


ezaz_k
December 11th, 1999, 12:41 AM
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.

santulan
December 11th, 1999, 03:03 AM
Try to give " A new page before " option instead...

Santulan

ezaz_k
December 15th, 1999, 12:57 AM
Sorry i mentioned that my group header repeats instead its a page header which comes on that extra page.please help

JMD
January 15th, 2000, 08:44 AM
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!)

ezaz_k
January 17th, 2000, 01:54 AM
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.

JMD
January 17th, 2000, 07:31 AM
Thanks so much, believe me I have been rock-breaking over many other VB-Crsytal problems. Your solution worked great, I appreciate !