mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 01:19:28 +02:00
parent
588460c55e
commit
d6752ad47c
@ -11110,6 +11110,8 @@ end;
|
||||
|
||||
procedure TFPReportLayouter.ShowDataHeaderBand;
|
||||
begin
|
||||
if Not assigned(CurrentLoop.FDataHeader) then
|
||||
exit;
|
||||
if CurrentLoop.FDataHeaderPrinted then
|
||||
Exit; // nothing further to do
|
||||
if ShowBandWithChilds(CurrentLoop.FDataHeader) then
|
||||
|
Loading…
Reference in New Issue
Block a user