mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 17:40:26 +02: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;
|
||||
begin
|
||||
if Assigned(FReport) and FReport.Prepared then
|
||||
FReport.ClearPreparedReport;
|
||||
Result:=Assigned(OnSaveReport);
|
||||
if result then
|
||||
OnSaveReport(Self)
|
||||
|
Loading…
Reference in New Issue
Block a user