* Fix bug #33400, clear should also clear run-time objects

git-svn-id: trunk@38469 -
This commit is contained in:
michael 2018-03-09 12:34:25 +00:00
parent ad409edb30
commit ba97e919e6

View File

@ -7817,6 +7817,8 @@ Var
P : TFPReportCustomPage;
begin
// Previous run objects
EmptyRTObjects;
// Variables
FRTCurPageIdx := -1;
FDateCreated := Now;