CreateJob()

Application object (Manager)

This method creates a new job description that initially is empty. The new job description is available in the Job object after the method returns. The purpose of this method is to allow you to create and manipulate jobs through the ActiveX API.

After you use this method to create a job description, normally you use AddFormDefName to add the form definitions you want to include. Then, use the rest of the methods available in the Job object to modify the settings to match the task at hand. Finally, save the job description by calling SaveJobAs.

Methods for the Application object for use with the Manager