Share via


RunBaseDialogable.wait Method [AX 2012]

Makes the dialog form wait for OK or Cancel before code execution continues.

Syntax

public void wait()

Run On

Client

Remarks

All RunBase dialog forms that are created in the Application Object Tree (AOT) must include this method. A FormRun class already has this method.

See Also

RunBaseDialogable Interface

FormRun Class