AppStart event
This event fires when the program starts, before a user has logged in.
Syntax
Public Function AppStart() As Long
None.
evtOK |
Normal return. |
evtOKAbort |
Application closes. |
evtError |
Application closes. |
This event could be used to set up an external event server and start logging.
Related topics