Subject Re: [IBO] TIB_LookupCombo search buffering?
Author Helen Borrie
At 10:54 AM 2/07/2003 -0400, you wrote:
>On Wednesday 02 July 2003 10:28 am, Helen Borrie wrote:
> > >Is there any way to clear this typing buffer?
> >
> > Yes - set the ClearSelectionOnExit property to True - at least I think this
>
>That did it. It's not exactly clear to me why one combobox would affect the
>other. I suppose there are many interactions handled by IBO when lookups are
>going on.

Didn't you say you were using the same datasource for both
lookupcombos? The search buffer lives in the dataset, not in the
control. The native IBO controls are data-driven, not just data-aware.

Helen