This event occurs when an external automation object calls the Application.Connect() function.
Public Function AppConnect(Client As Object) As Long
Client contains the object reference (IDispatch) of the client that is trying to connect to INVOICES.
| evtOK |
Connection accepted. |
| evtOKAbort |
Connection not accepted. |
| evtError |
Connection not accepted. |
This event can be used for supervision applications.