mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 01:50:26 +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}
|
{$endif}
|
||||||
// DumpData(aPageData);
|
// DumpData(aPageData);
|
||||||
PrepareRecord(aData);
|
PrepareRecord(aData);
|
||||||
Report.UpdateAggregates(aPage,aData);
|
|
||||||
if FNewPage then
|
if FNewPage then
|
||||||
StartNewPage;
|
StartNewPage;
|
||||||
ShowDataHeaderBand;
|
ShowDataHeaderBand;
|
||||||
HandleGroupBands;
|
HandleGroupBands;
|
||||||
|
Report.UpdateAggregates(aPage,aData);
|
||||||
ShowDataBand;
|
ShowDataBand;
|
||||||
aData.Next;
|
aData.Next;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user