mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* 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:
parent
cd46a3fdf3
commit
fb9be3b79b
@ -3848,6 +3848,8 @@ var
|
||||
bm:TBookmark;
|
||||
begin
|
||||
result:=Null;
|
||||
if IsEmpty then
|
||||
exit;
|
||||
bm:=GetBookmark;
|
||||
DisableControls;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user