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