Share via


SysOperationProgressEmbedded.setFormRun Method [AX 2012]

Sets the formRun of the form that holds the embedded operation progress.

Syntax

public void setFormRun(FormRun formRun)

Run On

Called

Parameters

  • formRun
    Type: FormRun Class
    The formRun of the form that holds the embedded operation progress.

Remarks

This method must be called after the super method in the run method of the form.

See Also

SysOperationProgressEmbedded Class

SysOperationProgressEmbedded::newGeneral Method