mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:59:18 +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
|
if (FReport.Owner<>Self) and (OldName<>'') then
|
||||||
FReport.Name:=OldName;
|
FReport.Name:=OldName;
|
||||||
FFilename:=AFileName;
|
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],'');
|
MessageDlg(SErrAccessingData,Format(SErrAccessingDataDetails,[Errs.Text]),mtWarning,[mbOK],'');
|
||||||
FLoadModified:=rs.IsModified;
|
FLoadModified:=rs.IsModified;
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user