numbering for every document
When I print only one long document, a have page numbering like
1/2
2/2
That's ok.
But, when print two or more documents, then page numbering is like
1/4
2/4
3/4
4/4
I want numbering for every document, like:
1/2
2/2
1/2
2/2
How to do this ?
1/2
2/2
That's ok.
But, when print two or more documents, then page numbering is like
1/4
2/4
3/4
4/4
I want numbering for every document, like:
1/2
2/2
1/2
2/2
How to do this ?
Comments
I did try Page and Page# variables and effect was always the same.
For two reports always shows
1/4
2/4
3/4
4/4
instead of
1/2
2/2
1/2
2/2
Try use one fr3 file to print few records from database. For every record numbering should start from one!
To my fr3 file I added GroupHeader band (group by every record) and set "Reset page numbers" on true;
But It doesn't works.
I still have pages 1/4 instead of 1/2 and 1/2
Now it's works.