Dialogs Component

Fnd_Dlg_SetCancelable

Fnd_Dlg_SetCancelable (cancelable)

Legacy manual page 94

Parameters

ParameterTypeDescription
cancelableBooleanTrue if the dialog can be canceled

Description

With the Fnd_Dlg_SetCancelable routine, you can specify whether or not the upcoming dialog can be canceled. This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.

Extracted source text
            Fnd_Dlg_SetCancelable (cancelable)

              Parameter                Type               Description
              cancelable               Boolean            True if the dialog can be canceled

            With the Fnd_Dlg_SetCancelable routine, you can specify whether or not the upcoming dialog can be
            canceled. This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.