Data type:
Access:
Applies to: You can use a keyword constant or an integer. Table 67 lists the keyword constants and integer values you can use.
To get the value of an attribute or to invoke a method, set CALL-TYPE to GET-ATTR-CALL-TYPE.In this example, the SESSION:NUMERIC-FORMAT attribute is assigned, indicated by the CALL-TYPE value of SET-ATTR-CALL-TYPE:
/* Set SESSION:NUMERIC-FORMAT to "european" */ASSIGNhCall:IN-HANDLE = "session"hCall:CALL-TYPE = SET-ATTR-CALL-TYPEhCall:CALL-NAME = "numeric-format"hCall:NUM-PARAMETERS = 1.hCall:SET-PARAMETER(1, "CHARACTER", "INPUT", "european").hCall:INVOKE.
Note: PSC recommends that you do not set the call object's CALL-TYPE attribute to SET-ATTR-CALL-TYPE to set a BUFFER-FIELD object's BUFFER-VALUE attribute, since there is no way to run triggers for the target field.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |