* Merging revisions 43034 from trunk:

------------------------------------------------------------------------
    r43034 | michael | 2019-09-19 09:35:38 +0200 (Thu, 19 Sep 2019) | 1 line
    
    * Fix bug #36086 (Lookup causes AV if dataset is empty)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43241 -
This commit is contained in:
michael 2019-10-19 14:41:35 +00:00
parent cd46a3fdf3
commit fb9be3b79b

View File

@ -3848,6 +3848,8 @@ var
bm:TBookmark;
begin
result:=Null;
if IsEmpty then
exit;
bm:=GetBookmark;
DisableControls;
try