* 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:
Jonas Maebe 2012-08-16 17:53:09 +00:00
parent 3987c82bab
commit e06d3a6e04

View File

@ -1724,6 +1724,7 @@ var
begin
if FCursor = nil then
begin
CheckActive;
Result := false;
exit;
end;