Subject Re: TIB_LookupCombo refresh when not typing
Author Marco Menardi
--- In IBObjects@yahoogroups.com, "Franky Brandt" <franky.brandt@e...>
wrote:
>
> Hi,
>
> One of our customers told us that when he is typing(search)in a
> TIB_LookupCombo and he pauses for a few seconds, when he types again the
> incremental search doesn't continue but restarts(from character 1)
> I suppose this is default behaviour of the lookupcombo, is there a way
> to prevent that?
>
> Thanks in advance,
>
> Franky
Try to set AllowTimeOut property to False.
From the help "This property determins if the incremental search
string will time out after a certain period of time defined by the
dataset."
If you look at IncSearchKeyInt property of TIB_Query, that value is
defaulted to 3500 milliseconds.
But I suggest your use type faster ;)
regards
Marco Menardi