Would you please help with adding Page Numbering without using the built in functions (code manually) - these are already being used as Page n of n, and being reset after each grouping.
I created a formula to keep count of the pages being printed regardless of grouping, because I too was resetting after each grouping. Here's what I used in the page footer although you might find something more efficient:
Formula: @PageCounter
global numbervar PageCount;
PageCount := PageCount + 1;
PageCount;
Thanks very much for pointing me in the right direction. Your example didn't increment the page number, it remained at '1'. It did however help me make sense of how to appraoch the problem. I searched the old threads and found this example which works for me.
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.