Subject RE: [IBO] Filtered Indicator
Author Gary Cheeseman
Thanks Harald that seems to have done the trick.
-----Original Message-----
From: Harald Klomann [mailto:nibler@...]
Sent: 26 March 2001 14:14
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Filtered Indicator


Gary Cheeseman wrote:
>
> I seem to be back with my original problem then!
> Which was:-
> I am using the TIB_SearchBar on a form and its working fine. Howerver I
> would like to put somw indicator onto the for to show when the dataset
is
> filtered (e.g. change colour of status bar). Please help.
>

Gary,

in this case use IB_Query1.SQLWhereChanged.

if IB_Query1.SQLWhereChanged
then ...
else ....

Harald

Yahoo! Groups Sponsor

Click Here to Find Software Faster


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]