Bennie47250
Programmer
Using Crystal version 7.0
We are building a report that is to be laid out a specific way. To control sections and page numbers on the report, in the database we have a section field, page number field and a line number field. I’m grouping by the Section and page number and sorting by the line number.
For example, my group is B and S and the page numbers 1, 2, 3 ….
When I run the report, it the Group Tree is looks like
B
1
2
3
S
1
2
3
How can I force a new page after the change of page numbers? I will also need a new page on the change between section B page 3 and section S page 1
Thanks
Bennie
We are building a report that is to be laid out a specific way. To control sections and page numbers on the report, in the database we have a section field, page number field and a line number field. I’m grouping by the Section and page number and sorting by the line number.
For example, my group is B and S and the page numbers 1, 2, 3 ….
When I run the report, it the Group Tree is looks like
B
1
2
3
S
1
2
3
How can I force a new page after the change of page numbers? I will also need a new page on the change between section B page 3 and section S page 1
Thanks
Bennie