Duplicate Record in Group on Page Break
I'm using a group header, master data, and group footer in a report. There are about 6 groups and I use the data dictionary to set the group condition which is nothing more than a numeric field in the database. The report and groups work great until the report becomes so large that a group is split across a page boundary. When this happens the last record on the first page is duplicated and also appears as the first entry on the second page. However, the record in the database following the duplicated record is skipped in the displayed report. A group sum on the footer shows that all the records for this particular group are being totalled correctly ... so it appears this is only a display problem.
Any ideas?
Any ideas?
Comments
I changed the 'MasterData' 'Breaked' property from 'true' to 'false' ... the duplicate record went away.
Correct settings are now:
'GroupHeader->Breaked = true'
'MasterData->Breaked = false'
'GroupFooter->Breaked = false'
It wasn't clear from documentation how the 'Breaked' property works and interacts in this situation.
Can anyone tell me why this solution worked?