AppStarted event

This event is fires when the start-up procedure is finished and the application is ready for use. The event fires after the user has logged in.

Syntax

Public Function AppStarted() As Long

Parameters

None.

Active objects

Application

Return values

evtOK 

Normal return. The program continues.

evtOKAbort 

The program closes.

evtError 

Returns an error message and closes the program.

Suggested usage

This event could be used to load and start a job from the event handler. Do not try to do this before this event has fired.