mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-30 16:30:40 +01:00
* raise an error when locate is used on a closed dataset (patch by
Claudio Romero, mantis #13938) git-svn-id: trunk@22098 -
This commit is contained in:
parent
3987c82bab
commit
e06d3a6e04
@ -1724,6 +1724,7 @@ var
|
||||
begin
|
||||
if FCursor = nil then
|
||||
begin
|
||||
CheckActive;
|
||||
Result := false;
|
||||
exit;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user