Subject Re: [IBO] Re: Incremental Search
Author Andreas Pohl
Good evening Lester,

IncSearch is working with actual index only. So you have take care that
index glyph in your grid is shown correctly at first. You are right, there
is hothing special to do to get it work. Is IncSearch working if you put
your query expression in IB_WISQL completely (with ordering stuff)?

Mit freundlichem Gruss & Best Regards

Andreas Pohl
apohl@...
www.ibp-consult.com
----- Original Message -----
From: "Lester Caine" <lester@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, June 03, 2001 10:26 PM
Subject: Re: [IBO] Re: Incremental Search


> > Do you need something like:
> >
> > void __fastcall TForm1::IB_Grid1KeyDown(TObject *Sender, WORD &Key,
> > TShiftState Shift)
> > {
> > IB_Query1->IncSearchKey(Key, true, true, true);
> > }
> > ?
>
> I hav'nt got that anywhere else where Incremental Search is working fine!
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>