AppStart event

This event fires when the program starts, before a user has logged in.

Syntax

Public Function AppStart() As Long

Parameters

None.

Active objects

Application

Return values

evtOK 

Normal return.

evtOKAbort 

Application closes.

evtError 

Application closes.

Suggested usage

This event could be used to set up an external event server and start logging.

AppStarted event

AppEnd event