This event is fired when the user is about to activate the current form definition after the form definition has passed the standard FORMS checking before activation.
None.
|
Return value |
Description |
|
EV_OK |
The form definition is activated. |
|
EV_OK_ABORT |
Prevents the user from activating the form definition. |
|
EV_ERROR |
Error message. |
Do your own checks to see whether the form definition is ready to be activated or not. If you return EV_OK_ABORT, include a message to the user describing what to correct.
Only fired in the Manager module.