Browse Source

* SetRecNo must call DoAfterScroll. Fix for issue #39429

(cherry picked from commit d4034afda78c0eb2b3cb81f70d05490de79e1e35)
Michaël Van Canneyt 3 years ago
parent
commit
2654798f5d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/memds/memds.pp

+ 1 - 0
packages/fcl-db/src/memds/memds.pp

@@ -1094,6 +1094,7 @@ begin
     begin
     FCurrRecNo:=Value-1;
     Resync([]);
+    DoAfterScroll;
     end;
 end;