Symptom
How to show “Continued” message in Page Footer when Group continuous in next Page in Crystal Reports.
Environment
Crystal Reports 2008(All Versions)
Resolution
1. Create a formula using the below code and place it on Group Header:
whilePrintingRecords;
NumberVar x:=1;
2. Create formula using the below code and place it on Group Footer:
WhilePrintingRecords;
NumberVar x:=0;
3. Create formula and place it on the Page Footer
WhilePrintingRecords;
NumberVar x;
If x =1 then “Continued…”
Keywords
Continued message in page footer, continued, group continue message, continue message, crystal reports, Page Footer, Page footer with group , KBA , BI-RA-CR-DSL , Crystal Reports on C++ Data Semantic Layer (ClassicUniverse) , How To