Subject "Record was not located to Update" - handling in TIBODataset
Author
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?