Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, Larry, this is by design... the BeforeDelete even is used to cancel the delete, and when the end-user clicks "No" on the auto-delete confirmation, then e.Cancel is set to True. The only way for the message to be shown before the delete confirmation message box would be for the message box to be hard-coded within the business object itself. So, the message box is designed to be shown within an event handler of the BeforeDelete event.
|