Subject | Re: [IBO] TIB_IncSearch |
---|---|
Author | Rick Roen |
Post date | 2004-12-15T15:48:10Z |
Thanks Helen,
I converted to a TIB_SearchEdit control. I just change the
SearchingLinks in the PrepareSQL event for the DataSet to convert
from searching by name or customer number.
This seemed easier to me since it would not be dependent on any
timer setting that might confuse the user and I still get the
incremental search results.
Rick
I converted to a TIB_SearchEdit control. I just change the
SearchingLinks in the PrepareSQL event for the DataSet to convert
from searching by name or customer number.
This seemed easier to me since it would not be dependent on any
timer setting that might confuse the user and I still get the
incremental search results.
Rick
> You could try toggling your setting for SeekNearest, since thisshould find
> the first occurrence of the string, without selecting it.of time
>
> There are settings you can do in the dataset to limit the amount
> that the incrementing of the search key continues. There is atimeout
> property on the control that toggles on/off whether the control isjust with
> interested in the timeout settings of the dataset.
>
> FWIW, I've had the same problem with incremental searching (not
> TIB_IncSearch) and always seem to stumble on the solutionaccidentally, by
> fiddling with these various properties. I guess it's possible witha lot of
> experimentation to set up a truth table to discern the exactsettings that
> fit requirements...not something I've ever gotten around to,though. Maybe
> it's just more fun to play around with it. :-)
>
> Helen