Subject | RE: [IBO] IB_Grid SearchKeyByKey |
---|---|
Author | Alan McDonald |
Post date | 2007-11-18T11:49:18Z |
> I have a IB_Grid, IB_DataSource & a IB_Query. The query selects 3Have you set the searchinglinks property in the query?
> columns from a table, which are correctly displayed in the grid.
>
> I would like to click on a column & enter text & have the grid find
> the nearest match.
> When I click on any column, I can select the text but cant change it
> & nothing is found that matches the letter typed.
>
> Is this type of search available for this control? if it is, what am
> I not doing?
>
> I have AllowIncSearch, SearchKeyByKey & SeekNearest set to true,
> PreventEditing is set to false. The query has an orderby clause on
> one of the 3 columns.
>
> C++ Builder 6 OBObjects 4.6
>
> Thanks for any help.
>
> Jack
Alan