mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-28 04:51:34 +01:00
* Unprepare report before saving (bug ID #33268)
git-svn-id: trunk@57414 -
This commit is contained in:
parent
d444757a8d
commit
40e3d82715
@ -922,6 +922,8 @@ end;
|
|||||||
|
|
||||||
function TFPReportDesignerForm.SaveReport: Boolean;
|
function TFPReportDesignerForm.SaveReport: Boolean;
|
||||||
begin
|
begin
|
||||||
|
if Assigned(FReport) and FReport.Prepared then
|
||||||
|
FReport.ClearPreparedReport;
|
||||||
Result:=Assigned(OnSaveReport);
|
Result:=Assigned(OnSaveReport);
|
||||||
if result then
|
if result then
|
||||||
OnSaveReport(Self)
|
OnSaveReport(Self)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user