2
0
Эх сурвалжийг харах

* TBufDataset.Locate: Set the FilterBuffer when entering the dsFilter state

git-svn-id: trunk@12226 -
joost 17 жил өмнө
parent
commit
ae32715890

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

@@ -2805,6 +2805,7 @@ begin
 
   // Set The filter-buffer
   StoreDSState:=State;
+  FFilterBuffer:=FCurrentIndex.SpareBuffer;
   SetTempState(dsFilter);
   SetFieldValues(keyfields,KeyValues);
   CurrLinkItem := (FCurrentIndex as TDoubleLinkedBufIndex).FFirstRecBuf;