AppDisconnect(Client As Object) As Long

Description

This event occurs when an external automation object calls the Application.Disconnect method.

Parameters

None.

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

Return values

Return value

Description

EV_OK

Disconnection accepted.

EV_OK_ABORT 

Disconnection not accepted.

EV_ERROR

Disconnection not accepted.

Suggested usage

Supervision applications.

Application-level events