Subject Re: [IBO] TIB_IncSearch and OrderingLink property
Author Jason Wharton
The dataset needs to be ordered in a predictable manner in order for me to
know how to do the incremental searching.

I don't think this is a bug.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Russell Belding" <russell@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Thursday, May 09, 2002 3:33 PM
Subject: [IBO] TIB_IncSearch and OrderingLink property


> I am wondering if there is a little bug in the TIB_IncSearch control?
>
> If the OrderingLink property value is blank the bug does not appear.
>
> Example: Using formTutorial3 (found in the lastest IBO distribution) set
the
> incSearch's OrderingLink property to 1. Then open the dataset, click in
the
> incSearch control, type some text and see the search mechanism is working.
> Then click inside the grid and then click back inside the incSearch
control.
> Searching now is not working. Click on the title bars of the grid to order
> the grid data by Description or BarCode. Reenter the incSearch control.
> Searching is still not working.
>
> By removing the call to CheckOrderingLink in procedure
TIB_IncSearch.CMEnter
> in IB_IncSearch.PAS the bug is gone, but this is only an obsrvation not a
> thoughtful suggestion.
>
> Regards
>
> Russell