Share via


InventDimCtrl_Frm_WHSBatchReserve.formSetControlsRightClick Method [AX 2012]

Calls the rightClickModifyQuery mothod on the WHSBatchAttribReserve 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.
  • _args
    Type: Args Class
    This parameter is not used in this override; optional.

See Also

Reference

InventDimCtrl_Frm_WHSBatchReserve Class