mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 05:57:15 +01:00
LazReport, fix error on create any reports after report with agregate bands, from Aleksey Lagunov, issue #22966
git-svn-id: trunk@38828 -
This commit is contained in:
parent
4ee95d2f5b
commit
dfda14e88b
@ -9034,6 +9034,8 @@ begin
|
|||||||
{$IFDEF DebugLR}
|
{$IFDEF DebugLR}
|
||||||
DebugLnEnter('TfrReport.PrepareReport INIT');
|
DebugLnEnter('TfrReport.PrepareReport INIT');
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
AggrBand:= nil;
|
||||||
DocMode := dmPrinting;
|
DocMode := dmPrinting;
|
||||||
CurDate := Date;
|
CurDate := Date;
|
||||||
CurTime := Time;
|
CurTime := Time;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user