Subject | Re: [IBO] Column unknown |
---|---|
Author | Jose Gomez |
Post date | 2001-11-29T22:26:49Z |
Ok, doing the filtering with the event did it.
Thanx
""Jason Wharton"" <jwharton@...> wrote in message
news:05c301c176db$8e656690$dc756a41@CX170673E...
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 ofthere
> 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
> on the client. This is how IBO allows you to perform filtering on thecriteria.
> 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
>___________________________________________________________________________
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>