FormReferenceObject.skip Method [AX 2012]
Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control that is associated with the data source.
public boolean skip([boolean value])
Run On
ClientParameters
- value
- Type: boolean
The value that is assigned to the skip property of the data source that is associated with the control; optional.
Return Value
Type: booleantrue if the control is skipped when the user presses the TAB key to move to the control associated with the data source; otherwise, false.
Community Additions
ADD
Show: