Subject How to tell if search criteria is being used
Author stanw1950
I have a tib_searchbar and am trying to make a shape visible if the
tib_query has been filtered with the searchbar and not visible if
there is no filter. The data displays in a tib_grid. I need the
users to visually see if they have filtered the data or not. I can
get the shape to appear in the datasource statechanged event by
checking if the state is dssSearch, but I haven't figured out how to
make it invisible if the search criteria is cancelled. What can I
check to know if a search criteria has been applied? Thanks in
advance. (D6Ent, IBO4.2.hg)

Stan Walker