Subject | Re: [IBO] Cancelling a Search |
---|---|
Author | nxciro |
Post date | 2005-03-09T06:01:39Z |
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
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.
> Try this:This code snippet also helped
>
> ClientDataSet.Search;
> ClientDataSet.ClearSearch;
> ClientDataSet.Post;
>
> Jason
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.