Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, we were able to reproduce it on this end... when you cancel the saving through the concurrency exception event, the Save() method does not properly return a value other than Success, so the business object's editing state is set back to Idle, causing the controls to disable and all of those menu items to enable, but the business object is still dirty, so the Save and Undo are enabled as well. We changed the DataLayer class to prevent Success from being returned when the save is canceled by that form.
|