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.
Indicates whether the specified form control is displayed.
Syntax
protected void visibleFormControl(IdentifierName _name, boolean _visible)
Run On
Called
Parameters
- _name
Type: IdentifierName Extended Data Type
The ID of the form control.
- _visible
Type: boolean
true to show the field; otherwise, false.
Remarks
This is a convenience method to show or hide a control on the associated form. If the referenced control does not exist on the form then this method does nothing.