AppJobHasChangedSave event

This event is fired just before a job is going to be saved.

Syntax

Public Function AppJobHasChangedSave(byRef SaveChanges as Long) As Long

Parameters

1

Saves the job.

2

Does not save the job.

3

Cancels the operation.

Active objects

Application

Return values

evtOK

Normal return

Suggested usage

You can use this event to suppress the dialog that asks you if you want to save the job after a job description has changed.