Subject RE: [IBO] Cancelling a Search
Author Jason Wharton
> > 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.

I'm suspicious of the efficiency of doing this in an AfterPost event. I
think there needs to be a closer look at what is going on. Please tell us
more about what you are trying to do.

Jason