Subject Re: [IBO] Filtered Indicator
Author Harald Klomann
Gary Cheeseman wrote:
>
> I found that using the TIB_SearchBar does not seem to set the
> IB_Query.Filtered flag. Am I missing something?

Gary,

using TIB_Query.Search (or via SearchBar) is actually no filtering !
With search, you really get a new result set.

Filtering is done by setting the filter related propertys.


Harald