GetFormDefName method

Applies to  

Example

Description

Returns the name of the form definition "number" passed in FormDefNo. Number refers to the order in which the form definitions were selected when the job description was created.

Syntax

[ReturnValue =] Object.GetFormDefName( FormDefNo )

Part

Data type

Description

Object

Object

An object expression that evaluates to an object in the Applies To list.

FormDefNo

Integer

1 <= FormDefNo <= Object.NoOfFormDefs

Settings

Return value

Data type: String – the name of the form definition number FormDefNo in the job. If FormDefNo is less than one or exceeds the number of form definitions included in the job description, an empty string is returned.

Remarks

Classic method

GetFormDefName