Share via


FormListControl.inputSearch Method

Identifies when the search begins for a specified text string.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void inputSearch(str searchStr)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void inputSearch(str searchStr)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void inputSearch([str searchStr])

  Microsoft Dynamics AX 2012 (FPK)
          public void inputSearch([str searchStr])

  Microsoft Dynamics AX 2012 (SYS)
          public void inputSearch([str searchStr])

Run On

Client

Parameters

  • searchStr
    Type: str
    A String data type that specifies a text string.

Remarks

To override this method in a form list control, right-click the Methods node below the control, point to Override Method, and then click inputSearch.

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

See Also

Reference

FormListControl Class