MngrFormDefActivate ( ) As Long

Description

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.

Parameters

None.

Return values

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.

Suggested usage

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.

Remarks

Only fired in the Manager module.

Events in the Manager