Browse Source

* Fix bug #31532

git-svn-id: trunk@35618 -
michael 8 years ago
parent
commit
b0ad48c877
1 changed files with 1 additions and 1 deletions
  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
     Result := 0
   else
   else
     begin
     begin
-    InternalSetToRecord(ActiveBuffer);
+    UpdateCursorPos;
     Result := FCurrentIndex.RecNo;
     Result := FCurrentIndex.RecNo;
     end;
     end;
 end;
 end;