Hi
I'm trying to do something reasonably basic - create an invoice report.
There will be several invoices to print at a time, each with a header section containing invoice number, customer address etc, a detail section containing the actual products, prices etc and a footer section containing totals and invoice terms.
My problem is how to make the totals and invoice terms appear at the bottom of the page rather than follwong directly on from the last detail line - ie I want the invoice to fill the page, not be variable length.
I can't use page/header/footer because I don't want the totals and terms to appear on every page.
Also can't use report header/footer because there are several invoices in a run and the footer is once per invoice.
There can also be up to 60 detail lines per invoice, so it can span several pages.
Can this be done with a report or do I have to code it by hand?
Thanks
Mark
I'm trying to do something reasonably basic - create an invoice report.
There will be several invoices to print at a time, each with a header section containing invoice number, customer address etc, a detail section containing the actual products, prices etc and a footer section containing totals and invoice terms.
My problem is how to make the totals and invoice terms appear at the bottom of the page rather than follwong directly on from the last detail line - ie I want the invoice to fill the page, not be variable length.
I can't use page/header/footer because I don't want the totals and terms to appear on every page.
Also can't use report header/footer because there are several invoices in a run and the footer is once per invoice.
There can also be up to 60 detail lines per invoice, so it can span several pages.
Can this be done with a report or do I have to code it by hand?
Thanks
Mark