Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yes, this is correct. If you are using the ChildFormDialog, that means that you are translating the parent form object to the child. If you are using the ListView, then you need to handle the ChildFormResults event, and call the BO.RestoreFromSnapShot() method to undo the record. Please look at the StrataFlix sample for an example of this.
|