Subject [IBO] Re: TIBOquery and FilterRecord
Author rlssv
> >Sorry it's ONfilterrecord event (Tdataset):
> >
> I thought you were probably referring to this. But OnFilterRecord
is an
> event, not a method, so it doesn't get 'called'. if you write a
handler
> for it, the handler will get called whenever a filter is active in
the
> dataset, i.e. when Filtered is true.

What I mean is that my eventhandler for OnFilterRecord is never
activated,
even though Filtered=true.

According to the 2 other answers to my post there are "something"
here.
I couldn't quite figure out if this may be corrected in the latest
version but I'll give it a try - although it is not mentioned in the
read.me/whats'new.