RunBase.dialogUpdateQuery Method [AX 2012]

Updates the query in the dialog box.

Syntax

public void dialogUpdateQuery(Dialog dialog)

Run On

Called

Parameters

  • dialog
    Type: Dialog Class
    The dialog box in which to update the query.

Remarks

The method should not generally be called. The update is accomplished by standard Microsoft Dynamics AX.

See Also

RunBase Class

RunBase.dialogUpdate Method