AppStarted() As Long

Description

This event is fired when the start-up procedure is finished and the application is ready for use (after the user logs in).

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return. The program continues.

EV_OK_ABORT 

The program terminates.

EV_ERROR

An error has occurred. The program is closed.

Suggested usage

Application-level events