Subject | RE: [IBO] Cancelling a Search |
---|---|
Author | Jason Wharton |
Post date | 2005-03-09T15:44:56Z |
> > Try this:I'm suspicious of the efficiency of doing this in an AfterPost event. I
> >
> > 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.
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