* Show a proper error-message when trying to do a locate on a uni-directional dataset

git-svn-id: trunk@19910 -
This commit is contained in:
joost 2011-12-29 16:24:14 +00:00
parent 06f0e3f9fa
commit 0fcb5ae687

View File

@ -2980,7 +2980,8 @@ var CurrLinkItem : PBufRecLinkItem;
FiltAcceptable : boolean;
begin
Result := False;
// Call inherited to make sure the dataset is bi-directional
Result := inherited;
CheckActive;
if IsEmpty then exit;