Share via


PdsFormCtrl_PdsApprovedVendorList.visibleFormControl Method [AX 2012]

Indicates whether the specified form control is displayed.

Syntax

protected void visibleFormControl(IdentifierName _name, boolean _visible)

Run On

Called

Parameters

  • _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.

See Also

Reference

PdsFormCtrl_PdsApprovedVendorList Class