Hi EdhyIt's not working, following the steps you give me.
1) The Add button it's enabled all time, these button should be enabled only when the user goes to Edit mode of the record
2) Adding the the AllBusinessObjects in the Undo nicely enable the Undo if some change it's done, thats good, but main problem stands, selecting an item of the list activates the edit/delete buttons, even regardless the user is in Editing mode or not.
The original samples is exactly what I'm trying to do, the buttons are not enabled until user goes to Edit mode click in the Edit button of the form, maybe the problem is that I assume that the properties of the ListView should handle the edit state of the buttons so we not have to add code anymore; using the code of the original sample works fine.
The last about the ChildFormResults, I forgot to add it, the only idea was show to Trent the problem with the edit state in the buttons, thanks any way I will have to look why you use this:
Me
.CustomersBO1.RestoreCurrentDataTableSnapshot("", True)
And I use this:
Me
.CustomersBO1.RestoreCurrentDataTableSnapshot(False)
Regards