* Fixed gotcha in r21364. SQL Null instead of nil. Mantis #22108 by Ludo

git-svn-id: trunk@21373 -
This commit is contained in:
marco 2012-05-23 12:37:02 +00:00
parent de9d8f2880
commit 283ed5971a

View File

@ -3145,7 +3145,7 @@ function TCustomBufDataset.Lookup(const KeyFields: string;
var
bm:TBookmark;
begin
result:=nil;
result:=Null;
bm:=GetBookmark;
DisableControls;
try