Printing blank pages at the end of the report 
Author Message
 Printing blank pages at the end of the report

Hello,
    I am having problems with the report that I open
printing a blank page at the end of the report.  Right now
I have it changing pages after the group changes to split
up the data and that works fine, but it also prints the
blank page and is included in my total page count.  Does
anyone know of an easier way either in VB or CR to have it
go to a new page on the change of the group, but suppress
athe blank page?

Thanks,
Kevin



Tue, 25 May 2004 05:47:47 GMT  
 Printing blank pages at the end of the report
Hi Kevin,

If you are using Crystal 7 or higher, format the Group Footer with a
conditional formula in the New Page After.  The formula will look like:

Not NextIsNull ({TABLE.field});

The field should be the field the group is based on.  What happens is
the New Page After will happen only if there is a next group.

--
Sincerely,
Brian Dong
remove "nospam." from address to reply

Quote:

> Hello,
>     I am having problems with the report that I open
> printing a blank page at the end of the report.  Right now
> I have it changing pages after the group changes to split
> up the data and that works fine, but it also prints the
> blank page and is included in my total page count.  Does
> anyone know of an easier way either in VB or CR to have it
> go to a new page on the change of the group, but suppress
> athe blank page?

> Thanks,
> Kevin



Tue, 25 May 2004 08:52:38 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Printing blank page at end of report

2. eliminate blank page at end of reports?

3. Blank page at the of end of report

4. Crystal Reports 7 not refreshing data when printing and printing blank pages

5. Blank page at report end

6. Printing Blank Pages in VB 6.0 App - Report has 9 linked subreports

7. Report displayed using Crystal ActiveX viewer shows blank pages after scroll to last page

8. Blank page after each reporting page using ActiveX viewer

9. Crystal Reports New page after gives a blank page

10. PrintPreviewDialog prints blank page-Help?

11. Printing extra blank page

12. ActiveX - Access Print blank page

 

 
Powered by phpBB® Forum Software