Subject Re: [IBO] Clear Search Criteria
Author Helen Borrie
At 12:56 PM 21/01/2003 +0100, you wrote:
>Hi All.
>
>I have the following problem:
>
>I'd like to put a dataset into dssSearch mode programatically.
>
>I have tried:
> TIBSearchBar.BtnClick(sbClear);
> TIBSearchBar.BtnClick(sbSearch);
>
>But don't work.
>
>Have also do:
>
>TIB_Query.Search
>but I dont' know the statement to clear the search criteria.
>
>Any help, please?

TIB_Query.ClearSearch

Helen