My problem is printing an invoice for a single customer that will span multiple pages , because of many lines of detail. I understand(at least I believe I do?!) that i can count the number of detail lines and cause a page break so that the detail area doesn't wack out the info I need at the bottome of the invoice, but the problem is that when the page break executes and jumps down to the next page, none of my page or group header info repeats on the second page of the invoice and that information is very nessesary. All that happens is it continues to print detail lines. Also I should mention that I am using a custom size form settings 8.5" X 8.5". So how do I limit the detail lines per page and then when the new page starts, have it show the page and group header info again?