Subject Re: [IBO] Cancelling a Search
Author nxciro
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
> Try this:
>
> ClientDataSet.Search;
> ClientDataSet.ClearSearch;
> ClientDataSet.Post;
>
> Jason

This code snippet also helped
to resolve an issue with Ib_LocateEdit .
If a dataset was updated via the Ib_UpdateBar
an Ib_LocateEdit connected to the same datasource
was suddenly not longer accepting input, however ,
putting above into the Dataset.afterpost event did the trick.