Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
void field_exec([name | number] | [attributes,flag]) string name int number,attributes,flag
name | specifies particular fields by name.
|
number | specifies particular fields field sequence number.
|
attribute | specifies a bitmask.
|
flag = true | specifies that all fields with the specified attribute are executed; If flag is not specified, all fields that do not have any of the field attributes are executed. |
field_exec(uat_calc|uat_prikey,true);