Group: Forum Members
Posts: 336,
Visits: 497
|
I have created a user control which takes a business object and is sort of like the maintenance strip, but modified to fit what our business wants. I am using this control on a Form, and everything works great except the verify delete message box does not show up when I call the DeleteCurrentRow. I tried putting code in the BeforeDelete event on the form and it doesn't get to it. When I put code in the BeforeDelete for the BO, it DOES hit that code. So why would the BeforeDelete be getting hit in the BO, but not on the form? Note: the UnsavedChangesExist code works fine on the form.
|