* Unprepare report before saving (bug ID #33268)

git-svn-id: trunk@57414 -
This commit is contained in:
michael 2018-02-28 09:50:03 +00:00
parent d444757a8d
commit 40e3d82715

View File

@ -922,6 +922,8 @@ end;
function TFPReportDesignerForm.SaveReport: Boolean;
begin
if Assigned(FReport) and FReport.Prepared then
FReport.ClearPreparedReport;
Result:=Assigned(OnSaveReport);
if result then
OnSaveReport(Self)