UseSetDefName(NameOfSet As String) As Integer

Job object

Example

This method specifies which set definition to use in a job. It is only useful when you are using the Manager module to create a job via the API.

The NameOfSet parameter is where you supply the name of the set definition you want to process with this job.

The method returns an integer corresponding to the following results:

0

OK.

-1

Error reading database.

-2

The set definition does not exist.

-3

The name is invalid.

Remarks

This method is only useful when you are using the Manager module to create a job via the API.

AddDocStatus

AddFieldStatus

AddFormDefName

The Job object