mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 11:39:17 +02:00
parent
c4c09d59f6
commit
af0de1670c
@ -1509,7 +1509,7 @@ begin
|
|||||||
if (FReport.Owner<>Self) and (OldName<>'') then
|
if (FReport.Owner<>Self) and (OldName<>'') then
|
||||||
FReport.Name:=OldName;
|
FReport.Name:=OldName;
|
||||||
FFilename:=AFileName;
|
FFilename:=AFileName;
|
||||||
if Errs.Count>0 then
|
if Assigned(errs) and Errs.Count>0 then
|
||||||
MessageDlg(SErrAccessingData,Format(SErrAccessingDataDetails,[Errs.Text]),mtWarning,[mbOK],'');
|
MessageDlg(SErrAccessingData,Format(SErrAccessingDataDetails,[Errs.Text]),mtWarning,[mbOK],'');
|
||||||
FLoadModified:=rs.IsModified;
|
FLoadModified:=rs.IsModified;
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user