Share via


FormGroupControl.inputSearch Method

Is called when the user enters a search string in a bound control.

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 contains search text; optional.

Remarks

You can override this method in a form group control by right-clicking the Methods node below the control, clicking Override Method, and then clicking inputSearch.

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

See Also

FormGroupControl Class

Methods on Form Controls