FormListControl.columnClicked Method [AX 2012]

Identifies when a user clicks a column in a list view control in a form.

public void columnClicked(int Column)

Run On

Client

Parameters

Column
Type: int
An Integer data type that specifies a form column.

To override this method on a list view control, right-click the Methods node below the control, click Override Method, and then click columnClicked.

For information about best practices for forms and code, see No Code in Forms.

Community Additions

ADD
Show: