|
Seq.
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
1
|
tableName
|
Input
|
Character
|
Temp-table name
|
|
2
|
tableLabel
|
Input
|
Character
|
Label displayed in Report Designer
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
bufferName
|
Input
|
Character
|
Temp-table name
|
|
fieldName
|
Input
|
Character
|
Report field name
|
|
fieldLabel
|
Input
|
Character
|
User-facing label for this field, as it will appear on the prompt page of the report viewer
|
|
dataType
|
Input
|
Character
|
Progress datatype of the field
|
|
fieldFormat
|
Input
|
Character
|
Progress format for the field.
In the case of logical-typed fields, the field format string is used to specify the user-facing labels for the true and false values the field can hold; the syntax is: <trueLabel>/<falseLabel>. For example, "Debit/Credit". Note: in a multi-language system, these values should not be hard coded but instead dynamically translated using the getLabel function. The format strings will be used in search condition values on the prompt page, as well as data values in the report output.
|
|
lookupName
|
Input
|
Character
|
Program name of the lookup program (if any) that will be invoked from the lookup icon for this field on the prompt page of the report viewer; For example, "gplu340.p". For more information on defining lookups, see Defining Search Field Lookups.
|
|
isSearchField
|
Input
|
Logical
|
Whether this field should be a search field on the prompt page
|
|
isReadOnlySearch
|
Input
|
Logical
|
Not used: use isEditable instead.
|
|
isVisible
|
Input
|
Logical
|
Whether this field is visible in Report Designer
|
|
isSingleEntry
|
Input
|
Logical
|
If set to True, then only a single search condition will be allowed for this field.
|
|
isOperatorChangeable
|
Input
|
Logical
|
Whether the operator can be changed on the prompt page
|
|
isRequiredCondition
|
Input
|
Logical
|
Whether the field is mandatory on the prompt page
|
|
isEditable
|
Input
|
Logical
|
Whether the field can be edited on the prompt page
|
|
defaultValue
|
Input
|
Character
|
Default value of the first search field
|
|
defaultOperator
|
Input
|
Character
|
Default operator of the first search field
|
|
defaultValueType
|
Input
|
Character
|
Default value type of the first search field
|
|
defaultValue2
|
Input
|
Character
|
Default value of the second search field
|
|
defaultValueType2
|
Input
|
Character
|
Default value type of the second search field
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
bufferName
|
Input
|
Character
|
Temp-table name
|
|
tableName
|
Input
|
Character
|
QAD ERP database table name
|
|
fieldName
|
Input
|
Character
|
QAD ERP database field name
|
|
isSearchField
|
Input
|
Logical
|
Whether this field should be a search field on the prompt page
|
|
isReadOnlySearch
|
Input
|
Logical
|
Whether this field is read-only on the prompt page
|
|
isVisible
|
Input
|
Logical
|
Whether this field is visible in Report Designer
|
|
isSingleEntry
|
Input
|
Logical
|
Always set this to False
|
|
isOperatorChangeable
|
Input
|
Logical
|
Whether the operator can be changed on the prompt page
|
|
isRequiredCondition
|
Input
|
Logical
|
Whether the field is mandatory on the prompt page
|
|
isEditable
|
Input
|
Logical
|
Whether the field can be edited on the prompt page
|
|
defaultValue
|
Input
|
Character
|
Default value of the first search field
|
|
defaultOperator
|
Input
|
Character
|
Default operator of the first search field
|
|
defaultValueType
|
Input
|
Character
|
Default value type of the first search field
|
|
defaultValue2
|
Input
|
Character
|
Default value of the second search field
|
|
defaultValueType2
|
Input
|
Character
|
Default value type of the second search field
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
bufferName
|
Input
|
Character
|
Temp-table name
|
|
fName
|
Input
|
Character
|
Field name in the temp-table (report field name)
|
|
tableName
|
Input
|
Character
|
QAD ERP database table name
|
|
fieldName
|
Input
|
Character
|
QAD ERP database field name
|
|
isSearchField
|
Input
|
Logical
|
Whether this field should be a search field on the prompt page
|
|
isReadOnlySearch
|
Input
|
Logical
|
Whether this field is a read-only on the prompt page
|
|
isVisible
|
Input
|
Logical
|
Whether this field is visible in Report Designer
|
|
isSingleEntry
|
Input
|
Logical
|
Always set this to False
|
|
isOperatorChangeable
|
Input
|
Logical
|
Whether the operator can be changed on the prompt page
|
|
isRequiredCondition
|
Input
|
Logical
|
Whether the field is mandatory on the prompt page
|
|
isEditable
|
Input
|
Logical
|
Whether the field can be edited on the prompt page
|
|
defaultValue
|
Input
|
Character
|
Default value of the first search field
|
|
defaultOperator
|
Input
|
Character
|
Default operator of the first search field
|
|
defaultValueType
|
Input
|
Character
|
Default value type of the first search field
|
|
defaultValue2
|
Input
|
Character
|
Default value of the second search field
|
|
defaultValueType2
|
Input
|
Character
|
Default value type of the second search field
|