Separate Header Sections

Hello,
I am very new to FastReports and Delphi.

I have a report that I created that has the following structure

ReportTitle
MasterData for mdComments
Header 1 (this data needs to stay together)
Header 2 (this data needs to stay together)
Header 3 (this data needs to stay together)
MasterData for mdNotes
Child1 for mdNotes
MasterData for mdLegends
Child1 for mdLegends
PageFooter

I am getting the error that the Header1 & Header2 are not connected (unconnected header/footer).

The data in the Header sections are being populated straight from variables in the report via Delphi code.
I am not sure what to use instead of the Header sections to separate the data.

Any help would be greatly appreciated.

Thanks!!
Eddi Rae

Comments

  • gpigpi
    edited 11:09AM
    Try to use

    ReportTitle
    MasterData for mdComments
    Header 1 (this data needs to stay together)
    Child1 for Header 1 (this data needs to stay together)
    Child2 for Child1 (this data needs to stay together)
    MasterData for mdNotes
    Child1 for mdNotes
    MasterData for mdLegends
    Child1 for mdLegends
    PageFooter

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.