I have a Crystal Report that can show one or more (depending on the input) records. Each record can have one or more pages. I need to insert a blank page after every record (not just every record on a page, also a blank page after each record).
I've tried checking New Page Before / New Page After but all I managed to get was duplicate entries or a blank page at the end of the report (I need one after every record)
You can achieve it as:
Details a, Details b or Group Footer a, Group Footer b.New Page After option of both of theses sub-sections in Section Expert
Suppress Blank Section is unchecked
New Page After as Not OnLastRecord
Update: To suppress header and footer information on blank page
ShowHF and HideHF
Set value of ShowHF as:
WhilePrintingRecords;
numberVar ShowInfo := 1;
Set value of HideHF as:
WhilePrintingRecords;
numberVar ShowInfo := 0;
ShowHF in Details a sub-section and HideHF in Details b sub-section and suppress both ShowHF and HideHF
Set the suppression formula for Page Header and Page Footer as:
numberVar ShowInfo = 0;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With