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
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
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