Repeating Page


We have a report sorted by Order No with several Lines (potentially
spanning a number of pages) making up 1 Order. These orders are printed
in batches. What we want to do is at the end of each order, print a copy
of the first page with a watermark on it. We're not too fussy about the
waternark, this might even just be light gray text or something.

The real problem we have is that we want to repeat the first page (only
displaying those Lines therein). Anyone met with a similar problem out
there? Played about a bit with a Report Sections in Sequential Sections
but not had much luck. E.g.

Order 1 Pg 1
Order 1 Pg 2
Order 1 Pg 3
Order 1 Pg 1 with wm
Order 2 Pg 1
Order 2 Pg 2
Order 2 Pg 1 with wm
Order 3 Pg 1
Order 3 Pg 2
Order 3 Pg 3
Order 3 Pg 1 with wm
Order 4 Pg 1
Order 4 Pg 1 with wm



Thanks in advance!
 
Top