* Fix bug ID #33518 (AV if no data header

git-svn-id: trunk@38633 -
This commit is contained in:
michael 2018-03-27 11:35:27 +00:00
parent 588460c55e
commit d6752ad47c

View File

@ -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