Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables the specified form control.
Syntax
protected void enableFormControl(IdentifierName _name, boolean _enable)
Run On
Called
Parameters
- _name
Type: IdentifierName Extended Data Type
The name of the form control.
- _enable
Type: boolean
true to enable the field for input; otherwise, false.
Remarks
This is a convenience method to enable, to disable, or to assign the skip property for a control on the associated form. If the referenced control does not exist on the form, this method does nothing.When the specified field is disabled for input, the skip attribute is enabled.