Crystal
Reports Training by Ken Hamady, MS, Reporting and Training Nationwide
Free
Crystal Reports formula examples from
KenHamady.com
To
learn
the techniques used in these formulas get:
How to print
"Continued on Next Page":
When a group
will go beyond one page, you can print a message at the
bottom of the page using the following three formulas:
This formula goes
on the Group Header:
WhilePrintingRecords;
BooleanVar
Continued:= True
This formula goes
on the Group Footer:
WhilePrintingRecords;
BooleanVar
Continued:= False
This formula goes
on the page footer:
WhilePrintingRecords;
BooleanVar
Continued;
if Continued
then "Continued
on next page"
else ""