Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
On the form itself, there is an AutoShowSaveChangesMessage property. Set it to False, and it will quit asking the user to save the changes and just let the user exit without saving. If you want only certain business objects to be excluded, you can set the IncludeInFormSaveType property to DeterminedByBusinessObject and then set the IncludeInFormSave property to False for each BO you don't want to save.
|