LazReport, also process user functions while processing aggregate functions, issue #25803

git-svn-id: trunk@44374 -
This commit is contained in:
jesus 2014-03-08 04:25:20 +00:00
parent 99864d6779
commit c35fa096f0

View File

@ -9210,7 +9210,7 @@ begin
if not DoInterpFunction(aName, p1, p2, p3, val) then
begin
if Assigned(AggrBand) and AggrBand.Visible then
if Assigned(AggrBand){ and AggrBand.Visible } then
DoUserFunction(aName, p1, p2, p3, val);
end;
end;