WHSWorkExecuteDisplay.getControlLocation Method [AX 2012]

Get the location of the specified RF control.

Syntax

protected int getControlLocation(container _con, str _controlName)

Run On

Called

Parameters

  • _con
    Type: container
    The RF container variable.
  • _controlName
    Type: str
    The name of the RF control.

Return Value

Type: int
Returns the location of the specified RF control.

See Also

Reference

WHSWorkExecuteDisplay Class