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

git-svn-id: trunk@12226 -
This commit is contained in:
joost 2008-11-25 12:29:33 +00:00
parent ff119421dd
commit ae32715890

View File

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