Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Regardless of you front end, you will want to capture the BeforeDelete event and place your InputBox and logic here. This way it does not matter where the delete comes from. You want to be careful to hard-code logic with the UI too much. For exa,ple, even the MaintenanceFormToolstrip does not have code that executes the delete or add. Ultimately all of this logic resides on the BO and the MaintenanceFormToolstrip just relies on events to handle itself. Make sense?
|