Working with a table
I have a table with two rows, so that the first row (row0) is being used for "headers" and second row (row1) for data. Can I somehow tell FastReports to only print row0 (the headers) once and wait for all the other data from row1 to be printed, before the next headers will be printed again? I have tried to use Table1_ManualBuild but haven't figured it out how to get this done.
An example would be like this:
Monday 9.8.2021 (GroupHeader)
TABLE ROW0 HERE SCHEME
TABLE ROW1 DATA WORK
TABLE ROW1 DATA LUNCH
TABLE ROW1 DATA HOME
Tuesday 10.8.2021 (GroupHeader)
TABLE ROW0 HERE SCHEME
TABLE ROW1 DATA WORK
TABLE ROW1 DATA LUNCH
TABLE ROW1 DATA HOME
So my table is inside the Data1 so that it's possible to use groupheaders for WeekOfYear and DayOfWeek.
Comments
In the Manual Build Event you will need something like this: