I want a new page after 38 records, and I have different Page Footers depending on if that new page was due to the 38 record limit or due to no more records available in the group.
So, for New Page After (or before) on details, I have: {@Count } >= 38
And, in the suppress footer code I have:
( not nextisnull({someDBfield}) and {grpDBField} <> NEXT({grpDBField}) and {@Count }<38 ) or TotalPageCount=PageNumber
So, since I use WhilePrintingRecords for the field, when is this @Count field being evaluated? If I use "New Page Before", is the field evaluated, then a new page, then reevaluate for the same record after the new page? What is the "NEXT" in the page footer referring to in this case... the record that caused the new page or the record after this?
Pointing me to some documentation (besides what's included with CR) would be great.. I'm just having a hard time figuring out what SHOULD happen.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum