
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