mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
* Fix bug #33256, clear filename on new report
git-svn-id: trunk@57408 -
This commit is contained in:
parent
8ba7fdba64
commit
b3dfb935dd
@ -951,8 +951,10 @@ begin
|
|||||||
FReport.AddPage(P);
|
FReport.AddPage(P);
|
||||||
Report.StartDesigning;
|
Report.StartDesigning;
|
||||||
FOI.RefreshReportTree;
|
FOI.RefreshReportTree;
|
||||||
Result:=True
|
Result:=True;
|
||||||
end;
|
end;
|
||||||
|
if Result then
|
||||||
|
FFileName:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFPReportDesignerForm.APreviewExecute(Sender: TObject);
|
procedure TFPReportDesignerForm.APreviewExecute(Sender: TObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user