> Before I run my INVOICE report I have one variable for no of copies > initialized to zero and one variable for Pagetext. (that can be expanded > for more variables)
My problem is that I need to report to come out in a different order: If I print three copies of a two page invoice I need Page 1 (Customer), Page 1 (Store), Page 1 (Office), Page 2 (Customer), Page 2 (Store), Page 2 (Office). Since I don't know how many detail lines fit on each page (since they wrap to multiple lines) I can't print "only" page 1 three times, then print page 2 three times. My solution right now is to use COLLATION OFF and print an identical message on each copy. -- Larry
