mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 09:09:27 +02:00
* 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:
parent
06f0e3f9fa
commit
0fcb5ae687
@ -2980,7 +2980,8 @@ var CurrLinkItem : PBufRecLinkItem;
|
|||||||
FiltAcceptable : boolean;
|
FiltAcceptable : boolean;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result := False;
|
// Call inherited to make sure the dataset is bi-directional
|
||||||
|
Result := inherited;
|
||||||
CheckActive;
|
CheckActive;
|
||||||
if IsEmpty then exit;
|
if IsEmpty then exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user