mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 04:18:31 +02:00
* Fix aggregates calculation. Fixes issue #41018
(cherry picked from commit 7fa6fa257b
)
This commit is contained in:
parent
87d4c18992
commit
a6b0e4badc
@ -12226,11 +12226,11 @@ begin
|
||||
{$endif}
|
||||
// DumpData(aPageData);
|
||||
PrepareRecord(aData);
|
||||
Report.UpdateAggregates(aPage,aData);
|
||||
if FNewPage then
|
||||
StartNewPage;
|
||||
ShowDataHeaderBand;
|
||||
HandleGroupBands;
|
||||
Report.UpdateAggregates(aPage,aData);
|
||||
ShowDataBand;
|
||||
aData.Next;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user