Printing a disclaimer on the 2nd page of every record in a bank statement report
Hello,
I'm have a bank statement type of report with
customers->accounts->transactions and I have to print disclaimers on the
back of the second page for every customer record. The transaction details
from the first page should skip the 2nd page and continue on the third page.
I tried checking if the subreport's current page number = 2 make my
disclaimer subreport visible. That works fine if the record has enough
transactions for at least two pages. But what do you do if a record has only
one page? How do you force another page? Has anyone here attempted something
similar?
Thanks for any help...
I'm have a bank statement type of report with
customers->accounts->transactions and I have to print disclaimers on the
back of the second page for every customer record. The transaction details
from the first page should skip the 2nd page and continue on the third page.
I tried checking if the subreport's current page number = 2 make my
disclaimer subreport visible. That works fine if the record has enough
transactions for at least two pages. But what do you do if a record has only
one page? How do you force another page? Has anyone here attempted something
similar?
Thanks for any help...
This discussion has been closed.
Comments
Basically, the answer is to use a summary band to print a section style
subreport. When the report is only one page long, the summary band can be
set to visible = true, such that the section subreport will print the
additional page.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com