AppConnect(Client As Object) As Long

Description

This event occurs when an external automation object is calling the Application.Connect method.

Parameters

Client contains the object reference (IDispatch) of the client that is trying to connect to FORMS.

Return values

Return value

Description

EV_OK

Connection accepted.

EV_OK_ABORT 

Connection not accepted.

EV_ERROR

Connection not accepted.

Suggested usage

Supervision applications.

Application-level events