AppJobLoaded(JobFileName As String) As Long

Description

This event is fired when the user has loaded a job using the standard job opening functions (Open job description file dialog) or when a job description file name is used as a startup parameter.

Parameters

The file name of the job to load.

Return values

Return value

Description

EV_OK

Normal return. VB allowed the job.

EV_OK_ABORT 

VB did not allow the job. This causes the job not to be loaded.

EV_ERROR

VB did not allow the job. This causes the job not to be loaded.

Suggested usage

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

Application-level events