Dynamic Dialogs Dialogs can be created at runtime with the ui.Dialog class. Understanding dynamic dialogsThis section provides basics about dynamic dialogs.Create forms dynamicallyDynamic dialogs are typically used with forms that are generated at runtime.Instantiate a dynamic dialogThe dynamic dialogs needs to be created with specific ui.Dialog methods.Defining dialog triggersDialog triggers must be implemented in a WHILE loop.Controlling field valuesFields values in dynamic dialogs can be manipulated dynamically.Ending dynamic dialogsDescribes how to terminate dynamic dialogs.Dynamic multiple dialogDynamic dialogs allows you to create the equivalent of a DIALOG procedural dialog.Using dynamic cursorsImplementing a dynamic dialog based on the database schema.Additional featuresMiscellaneous features of dynamic dialogs.