Delphi / Object Pascal · Database exception
What does BDE Error 10260 ($2814) - Record Deleted Or Moved By Another User mean in Delphi / Object Pascal?
Raised on Post when the record being edited was deleted, or moved by a reindex, by another user's session since this session read it, so there's nothing left to save the edit into.
Raised on Post when the record being edited was deleted, or moved by a reindex, by another user's session since this session read it, so there's nothing left to save the edit into.
Catch this specifically to tell the user the record no longer exists rather than showing a generic edit-conflict message, and refresh the dataset so the stale record disappears from the UI.