There is a crystal article that says page N of M will not display correctly in rtf format. They suggest using the following formulas
//@set
whileprintingrecords;
NumberVar PageNum := 0
and
//@PageNumber
whilePrintingRecords;
NumberVar PageNum := PageNum + 1;
SotreNumberVar("PageN", PageNum)
the second formula doesn't work - what is wrong with it?
//@set
whileprintingrecords;
NumberVar PageNum := 0
and
//@PageNumber
whilePrintingRecords;
NumberVar PageNum := PageNum + 1;
SotreNumberVar("PageN", PageNum)
the second formula doesn't work - what is wrong with it?