Ver código fonte

* Fix bug #31532

git-svn-id: trunk@35618 -
michael 8 anos atrás
pai
commit
b0ad48c877
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fcl-db/src/base/bufdataset.pas

+ 1 - 1
packages/fcl-db/src/base/bufdataset.pas

@@ -2878,7 +2878,7 @@ begin
     Result := 0
   else
     begin
-    InternalSetToRecord(ActiveBuffer);
+    UpdateCursorPos;
     Result := FCurrentIndex.RecNo;
     end;
 end;