Specifying Parameter Attributes
When you use ADD_PARAMETER to add a parameter to a parameter List, you must specify three parameter attributes:
-
-
- The name of the parameter.
-
-
-
- The parameter type, either DATA_PARAMETER or TEXT_PARAMETER.
-
-
-
- The parameter value. For a TEXT_PARAMETER, the value is any CHAR value.
For a DATA_PARAMETER, the value is always the CHAR name of a record group defined in the current form.
Related topics
ADD_PARAMETER Built-in
Comparing Global, Parameter, and Package
Variables