Subject Re: [IBO] "Record was not located to Update" - handling in TIBODataset
Author
Thanks for the reply.  In my case though the error is the correct/expected behaviour (for example, when one user is editing a record and another deletes it before the changes are posted).  I just need a way of catching it so I can handle it appropriately, and that's what I'm having difficulty with (only with TIBODataset - with a TIB_Dataset I can catch it in OnPostError).