If the table / cursor isn't indexed, add a group with the expression
FLOOR((RECNO()-1)/n)
and check group starts on new page
If the table / cursor is indexed, first add a report variable variablename with Reset value based on: = Report and Calculation type: = Count
Then add a group with the expression
FLOOR(variablename/n)
and check group starts on new page
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.