|
Name
|
Input/Output
|
Data Type
|
Description
|
|
ilIsTranslated
|
Input
|
Logical
|
Input logical specifies value for whether values are to be treated as already translated
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
ihDS
|
Input
|
|
Input handle to the report dataset which is used to create default metadata records for all fields in the report dataset
|
|
icMetaDataFile
|
Input
|
String
|
Input string for the name of a runtime XML metadata file which will provide overrides to the default metadata values. This file is located on the appserver’s propath with “com/qad/shell/report/reports/” prepended (it should be collocated with the report proxy).
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
icBufferName
|
Input
|
Character
|
Input name of the report temp-table to assign metadata value for
|
|
icField
|
Input
|
Character
|
Input name of the report temp-table's field to assign metadata value for
|
|
icMetaField
|
Input
|
Character
|
Input name of metadata field as specified by ReportHelper
|
|
icMetaValue
|
Input
|
Character
|
Input value to assign to the specified metadata field
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
icDBTable
|
Input
|
Character
|
Input name of DB table to add filter constraints for
|
|
bcQueryString
|
Input
|
Character
|
Input-Output string to append filter constraints to
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
icDBTable
|
Input
|
Character
|
Input name of DB table to add filter constraints for
|
|
icExclusionList
|
Input
|
Character
|
Input comma separated string of fields to exclude from constraints
|
|
bcQueryString
|
Input/Output
|
Character
|
Input-Output string to append filter constraints to
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
icDBTable
|
Input
|
Character
|
Input name of DB table to add filter constraints for
|
|
vcFieldData
|
Input
|
Character
|
Input comma separated string of fields for which to add constraints. Syntax of each field is as follows:
{DBFieldName}[:{DB Field}]
Where {DBFieldName} is the field’s metadata DBFieldName value and {DB Field} is the name of the field as it will be used in the resulting filter constraint
|
|
entryName
|
Input/Output
|
Character
|
Input-Output string to append filter constraints to
|
|
Name
|
Input/Output
|
Data Type
|
Description
|
|
icBufferName
|
Input
|
Character
|
Input name of the temp-table
|
|
icFieldName
|
Input
|
Character
|
Input of the temp-table field
|
|
icDBFieldName
|
Input
|
Character
|
Input name of corresponding database field
|
|
iiExtent
|
Input
|
Integer
|
Number of elements in the array for the database field
|
|
bcQueryString
|
Input/Output
|
Character
|
Input-Output string to append filter constraints to
|