mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 20:56:31 +02:00
LazReport, also process user functions while processing aggregate functions, issue #25803
git-svn-id: trunk@44374 -
This commit is contained in:
parent
99864d6779
commit
c35fa096f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user