Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
There is not an event hook to allow you to cancel an edit, but the Edit() on a form (the one that is called by the maintenance form toolstrip) is overridable, so you can override it, test your condition and then either bail or call the base Edit().
|