Subject RE: [IBO] Cancelling a Search
Author Jason Wharton
Try this:

ClientDataSet.Search;
ClientDataSet.ClearSearch;
ClientDataSet.Post;

Jason