AppJobLoad() As Long

Description

This event is fired when the user tries to open a job description, typically by selecting a menu command or clicking a toolbar button.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return. Use standard job load functions.

EV_OK_ABORT 

VB loaded the job. Do not display the Open job description file dialog.

EV_ERROR

VB tried to load a job and it failed.

Suggested usage

Used to load predefined jobs based on criteria such as user, time, database status, etc.

Application-level events