Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
int field_flag([data[,[name | number] [attribute,flag]]]) expr data int attribute,number,flag string name
data | (optional) specifies the new flag value:
| |||||||||||||||
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. These last three flags are not reset by the system; the application must reset these flags. Review trim.h for more details. |