Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Andrew.
I don't have DevEx to check but you could try and add an IsDirtyChanged event handler to your form's BOs and set a break point on them. This way, after Save, it will change again to IsDirty in your case and then you can have a look at the Call Stack window and see what is causing your BO to change the state.
Hope it helps.
Ivan
|