How to place a 2nd groupHeader at a new page?

edited 12:24PM in FastReport 3.0
I have got a report with two datasets.
It has got the following construction all on one page:

PAGE DESIGN
->
GroupHeader (startNewPage = true)
MasterData (Dataset1)
GroupFooter

GroupHeader (startNewPage = true)
MasterData (Dataset2)
GroupFooter

ReportSummary (startNewPage = true)
<-

RESULT
The datagroups from Dataset1 are displayed correctly. i.e.: the first groupheader is placed directly on page 1, then the next one on page 2 etcetera.
However, the first groupHeader from Dataset2 is placed directly after the last group of Dataset1. I would like it to be placed on a new page like the rest of the groups of Dataset2 do.

How to solve this problem?
I would like to have a second groupHeader on a page with option startNewpage=true, to be placed on a new page. Without harming the functionality of the first groupHeader, which needs to be placed after al the other information of the preceeding bands. This would imply a change of fast reports.
Does anyone know a way out?

Comments

  • edited 12:24PM
    You can create the Page2 and put the
    GroupHeader (startNewPage = true)
    MasterData (Dataset2)
    GroupFooter

    ReportSummary (startNewPage = true)
    <-
    on the second page.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.