mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 22:10:22 +02:00
* Fix bug #33327, clear designed report when previewing
git-svn-id: trunk@57449 -
This commit is contained in:
parent
f327ba8d52
commit
185f85a1ec
@ -244,6 +244,7 @@ begin
|
||||
F.AutoRun:=True;
|
||||
F.Report:=Report;
|
||||
F.Execute;
|
||||
F.Report.ClearPreparedReport;
|
||||
finally
|
||||
F.Free;
|
||||
end;
|
||||
@ -267,6 +268,7 @@ begin
|
||||
F.Options:=AllReportDesignOptions-[rdoManageData];
|
||||
F.ModalWindow:=True;
|
||||
F.Execute;
|
||||
F.Report.ClearPreparedReport;
|
||||
Designer.Modified;
|
||||
finally
|
||||
F.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user