phone: (540)338-0194
email: ken@kenhamady.com

 ReCrystalize

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 ""