Subject Re: [IBO] TIB_LookupCombo search buffering?
Author Helen Borrie
At 09:56 AM 2/07/2003 -0400, you wrote:
><Sorry, long - feel free to skip down to THE QUESTION>
>
>Thus, say I'm entering a check from John Smith, ACME Inc. I start typing
>"smi" in lname. I then realize the company is under the company name, and
>tab to the company column and type "a". What comes up in the search field is
>"smia". I have to hit backspace four times, and then retype "a".
>
>Is there any way to clear this typing buffer?

Yes - set the ClearSelectionOnExit property to True - at least I think this
is the one you want. If you want it to clear instantly, set AllowTimeout
False as well.

If that doesn't do the trick, look at the dataset's ClearSearch and
ClearIncSearchString methods, which you could kick off in the same block
where you're adjusting to the OrderingLink change.


>Thanks - sorry for all the background; I tend toward verbosity.

Hope you appreciate the short answer. :-)
Helen