tagFieldAttributeEnum

ACCPAC Common Controls

tagFieldAttributeEnum

Specifies various field attributes.

Name

Value

Description

FLD_CHANGED

1

Field value has been changed.

FLD_ENABLED

2

Field is enabled and accessible.

FLD_EDITABLE

4

Field value can be edited.

FLD_KEY

8

Field is a segment of the current key for the view.

FLD_CALCULATE

16

Field's value has been calculated from other fields.

FLD_TYPE

32

Field's type, size, or precision may change.

FLD_PRESENTATION

64

Field presentation mask or list (strings) may change.

FLD_REQUIRED

128

Field value is required for inserting or updating a record.

FLD_CHECKEDITABLE

256

Field's editable attribute (FLD_EDITABLE) may change.