Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Peter,
Don't forget about the Object browser. Some times there is more information there.
In looking at the description in Object Browser, I'm guessing that RejectChanges would be used if you manually modified the underlying data table of a BO and then wanted to back out of the changes. It says that it also updates bound controls. However, I'm guessing that it doesn't change the editing state.
What I do know is that based on what you've said, Undo is the one to use. It undoes any changes to the underlying datatable, updates bound controls, resets the editing state. Undo is what is called if you click on Undo of the MaintenanceFormToolstrip.
Hope that helps!
|