mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
* Fix compilation
git-svn-id: trunk@57564 -
This commit is contained in:
parent
af0de1670c
commit
46ca509e85
@ -1509,7 +1509,7 @@ begin
|
||||
if (FReport.Owner<>Self) and (OldName<>'') then
|
||||
FReport.Name:=OldName;
|
||||
FFilename:=AFileName;
|
||||
if Assigned(errs) and 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