Subject | "Record was not located to Update" - handling in TIBODataset |
---|---|
Author | |
Post date | 2014-08-05T15:08:28Z |
Sometimes the above error is raised and I need to handle it. With a TIB_Dataset I can catch it in a OnPostError handler. However this is not the case with a TIBODataset - the error handler is never called - and I can't find any other way of trapping it. Can anyone please advise?