AppStart() As Long

Description

This event is fired when the program is started, before a user has logged in.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

The program terminates.

EV_ERROR

Results in an error message and program termination.

Suggested usage

Could be used for selecting Ehlocal.ini.

Remarks

Do not use the LoadJob method in this event. Use it in AppStarted, or consider using the command-line option to supply the name of a job for FORMS to open and start (optional) automatically.

Application-level events