Home General

Headerband should interrupt titleband

Hello

I have a long titleband with a stretching memo on it which could overflow to the 2nd page. I want to see the headerband on the 2nd page before the remaining memo from the titleband. (headerband PrintonFirstPage is false)
How can I achieve this ?

regards
Oliver

Comments

  • Hi Oliver,

    By definition, the title band will print completely before everything in the report.

    One option would be to create an empty main report with a single detail band. Inside the detail place two section subreports. The first will act as your title and the second as the rest of your report. Each subreport will need to have an identical header band and the first will have PrintOnFirstPage set to False.

    Now when you print the report, the "title" will print first only showing the header on the second page, followed by the second subreport which contains the rest of the report.

    Here is a link to a quick example I created showing how this can be done.

    digital-metaphors.com/download/tips/TitleHeader.zip
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.