Dialogs Component

Fnd_Dlg_CustomIcon

Fnd_Dlg_CustomIcon (picture library name) -> Text

Legacy manual page 89

Parameters

ParameterTypeDescription
messageTextMessage to display
OK buttonTextOK button text “or “*” for localized “OK” (optional)
Cancel buttonTextCancel button text or “*” for localized “Cancel” (optional)

Description

Use this routine to set and get the name of an image from the 4D Picture library to display as the icon when displaying an alert, confirm, or request dialog.

Fnd_Dlg_SetIcon (Fnd_Dlg_WarnIcon)
Fnd_Dlg_Request ("Enter your company name:")

An image with the same name must be available in the 4D Picture Library. It should be exactly 64 pixels wide and 64 pixels high.

Extracted source text
            Fnd_Dlg_CustomIcon (picture library name) ➔ Text

              Parameter                Type              Description
              message                  Text              Message to display
              OK button                Text              OK button text “or “*” for localized “OK” (optional)
              Cancel button            Text              Cancel button text or “*” for localized “Cancel” (optional)

            Use this routine to set and get the name of an image from the 4D Picture library to display as the icon
            when displaying an alert, confirm, or request dialog.
              Fnd_Dlg_SetIcon (Fnd_Dlg_WarnIcon)
              Fnd_Dlg_Request ("Enter your company name:")

            An image with the same name must be available in the 4D Picture Library. It should be exactly 64 pixels
            wide and 64 pixels high.