InfoConnect for Unisys VBA Guide
EnableDefineEvent Method
The identifier assigned to the event in the DefineEvent method.
Sets whether to enable or disable the event. A value of 1 enables the event. All other values disable the event.

Enables a defined event.

Syntax
object.EnableDefineEvent( _
   ByVal EventNumber As Long, _
   ByVal Enabled As Long _
) 

Parameters

EventNumber
The identifier assigned to the event in the DefineEvent method.
Enabled
Sets whether to enable or disable the event. A value of 1 enables the event. All other values disable the event.
See Also