Share via


InventDimCtrl_Frm_Supply.formSetControlsRightClick Method [AX 2012]

Calls the rightClickModifyQuery method on the InventSupply form.

Syntax

public void formSetControlsRightClick(
    boolean _lockForm, 
   [boolean _resizeGrid, 
    Args _args])

Run On

Client

Parameters

  • _lockForm
    Type: boolean
    A Boolean value that indicates whether the form should be locked.
  • _resizeGrid
    Type: boolean
    A Boolean value that indicates whether the grid on the form should be resized; optional.
  • _args
    Type: Args Class
    This parameter is not used in this override; optional.

Remarks

This method is called from the InventDimParmFixed form when the user clicks OK.

See Also

Reference

InventDimCtrl_Frm_Supply Class