AppConnect event

This event occurs when an external automation object calls the Application.Connect() function.

Syntax

Public Function AppConnect(Client As Object) As Long

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

Application

evtOK

Connection accepted.

evtOKAbort

Connection not accepted.

evtError

Connection not accepted.

This event can be used for supervision applications.

Related topic

AppDisconnect event