Subject | Re: [IBO] TIB_LookupCombo refresh when not typing |
---|---|
Author | Helen Borrie |
Post date | 2004-02-10T11:20:30Z |
At 11:51 AM 10/02/2004 +0100, you wrote:
AllowTimeout property to False.
If you want a longer timeout, keep that property True but adjust the
IncSearchKeyInt property to a higher value. This is the milliseconds to
allow before timeout occurs.
Both properties can be set at runtime so you might like to allow your user
to set it for himself.
Helen
>Hi,Yes - if you don't want it to time out at all, set the lookupcombo's
>
>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?
AllowTimeout property to False.
If you want a longer timeout, keep that property True but adjust the
IncSearchKeyInt property to a higher value. This is the milliseconds to
allow before timeout occurs.
Both properties can be set at runtime so you might like to allow your user
to set it for himself.
Helen