Subject Re: [IBO] Filtering
Author Jason Wharton
With IBO 4 you can call RefreshFilteredRows which will cause all records
currently in the buffer to be subjected to your OnFilterRecord event again.
If you want the records from the server refreshed you call the Refresh or
RefreshKeys method.

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


----- Original Message -----
From: "Dominik Murk" <milenij@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, October 19, 2001 12:18 PM
Subject: [IBO] Filtering


> Hi,
>
> I need some help here. I have query (TIB_Query) where i set some text in
> TIB_Query.Filter property and set TIB_Query.Filtered to True. Than on
event
> OnFilter Record i do manual filtering.
>
> My question is: when all record are fetched from server, what is the best
> way to make TIB_Query check all records in buffer and show only acceptable
> (RefreshKeys?!?!?) ?
>
> Thanks,
>
> Dominik Murk