I have a six page document that needs page numbering on it. Every page can have multiple copies of it and I need the page numbering to restart on each page. For example, the first page might have three copies, so the copies would be numbered 1,2,3 and then the second page would start over at 1.
Currently I am using inttostr(¤t.printpage) but it is printing the actual page number rather then the copy number. So instead of the second page starting over at 1 as in the previously stated example, it starts at four.
Is there any way to do this?