Subject Re: [IBO] Column unknown
Author Jose Gomez
Ok, doing the filtering with the event did it.

Thanx

""Jason Wharton"" <jwharton@...> wrote in message
news:05c301c176db$8e656690$dc756a41@CX170673E...
> When you use a filter like this in IBO it is resolved to SQL instead of
> being executed against the client buffers (like the BDE would often do).
>
> You need to use an OnFilterRecord event and have it process the filter
there
> on the client. This is how IBO allows you to perform filtering on the
> records in the client buffer.
>
> It is also possible to use the RefreshFilteredRows (spelling?) to avoid
> fetching records from the server again and changing your filtering
criteria.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>