zhgello
6th February 2009, 18:08
I have created a report. The layout contains a Header with the order number and also a Detail with position, item, quantity information.
The idea is that I want each page on the report to show a different order number, with detail about that order underneath.
The problem is that when I print a range of orders the following happens:
Page 1
Header (for order 100001)
Detail (for order 100001)
Page 2
Header (for order 100001)
Detail (for order 100002)
Page 3
Header (for order 100002)
Detail (for order 100003)
So the Detail is correct for each page. But the Header of Page 1 is always repeated on Page 2. And then the Header for each successive page is always off by 1)
Can you provide any guidance?
The idea is that I want each page on the report to show a different order number, with detail about that order underneath.
The problem is that when I print a range of orders the following happens:
Page 1
Header (for order 100001)
Detail (for order 100001)
Page 2
Header (for order 100001)
Detail (for order 100002)
Page 3
Header (for order 100002)
Detail (for order 100003)
So the Detail is correct for each page. But the Header of Page 1 is always repeated on Page 2. And then the Header for each successive page is always off by 1)
Can you provide any guidance?