mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:46:00 +02:00
* TBufDataset.Locate: Set the FilterBuffer when entering the dsFilter state
git-svn-id: trunk@12226 -
This commit is contained in:
parent
ff119421dd
commit
ae32715890
@ -2805,6 +2805,7 @@ begin
|
|||||||
|
|
||||||
// Set The filter-buffer
|
// Set The filter-buffer
|
||||||
StoreDSState:=State;
|
StoreDSState:=State;
|
||||||
|
FFilterBuffer:=FCurrentIndex.SpareBuffer;
|
||||||
SetTempState(dsFilter);
|
SetTempState(dsFilter);
|
||||||
SetFieldValues(keyfields,KeyValues);
|
SetFieldValues(keyfields,KeyValues);
|
||||||
CurrLinkItem := (FCurrentIndex as TDoubleLinkedBufIndex).FFirstRecBuf;
|
CurrLinkItem := (FCurrentIndex as TDoubleLinkedBufIndex).FFirstRecBuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user