Field PM
Indicates whether the form field is available to the end-user.
Valid Values
A 1-character code, as shown in the table below:
Code |
Meaning |
U |
Unprotected (the form field is available) |
G |
Guarded (the form field is not available, but it can have focus) |
P |
Protected (the form field is not available and cannot have focus) |
V |
Unavailable (the form field is not available, cannot have focus, and has a “disabled” appearance–typically grayed) |
Remarks
Form fields of the “label” and “graphic” classes are always protected; other form field classes may be unprotected, guarded, protected, or unavailable.
For a description of how availability is inherited, consult the User’s Guide.
See Also
FT