The Dialog class / ui.Dialog methods |
Set the default unbuffered mode for all dialogs.
ui.Dialog.setDefaultUnbuffered( value BOOLEAN )
By default dialogs are not sensitive to variable changes. To make a dialog sensitive, use the UNBUFFERED attribute in the dialog instruction definition.
CALL ui.Dialog.setDefaultUnbuffered(TRUE)