Subject Re: [IBO] Timeout for search
Author Helen Borrie
At 02:45 PM 13/05/2005 +0000, you wrote:
>Yes, I used the TIB_Listbox control in association with a TIB_Edit
>control to do a search for items in an order entry form. The
>TIB_Listbox control did not respond to any settings on the timeout
>in the TIB_Query, so now I have converted over to the TIB_LookupList
>which does respond with the settings you mentioned.
>
>I'm not sure if this is a bug in the TIB_Listbox control, but the
>timeout seems to be hard-coded without regard to the settings in the
>associated DataSet, and like you mentioned there is no property to
>AllowTimeout.

In fact, it's more likely to be the case that the two properties are
co-dependent. The TIB_Listbox is just a fairly ordinary VCL descendant,
not in the same class as those built on the IBO hierarchy.

Helen