Home General

Printing a disclaimer on the 2nd page of every record in a bank statement report

edited August 2001 in General
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...

Comments

  • edited August 2001
    This question has been handled via support@digital-metaphors.com.
    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


This discussion has been closed.