Dynamic Dialogs Dialogs can be created at runtime with the ui.Dialog class. Understanding dynamic dialogs This section provides basics about dynamic dialogs. Create forms dynamically Dynamic dialogs are typically used with forms that are generated at runtime. Instantiate a dynamic dialog The dynamic dialogs needs to be created with specific ui.Dialog methods. Defining dialog triggers Dialog triggers must be implemented in a WHILE loop. Controlling field values Fields values in dynamic dialogs can be manipulated dynamically. Ending dynamic dialogs Describes how to terminate dynamic dialogs. Dynamic multiple dialog Dynamic dialogs allows to create the equivalent of a DIALOG procedural dialog. Using dynamic cursors Implementing a dynamic dialog based on the database schema. Additional features Miscelaneous features of dynamic dialogs.