Component
Dialogs Component
20 language-reference entries were extracted for this component.
- Fnd_Dlg_Alert The Fnd_Dlg_Alert routine replaces 4D’s ALERT command. You can either pass a value to the OK button parameter, which will be used in place of the OK button. Otherwise, “OK”...
- Fnd_Dlg_Confirm The Fnd_Dlg_Confirm routine replaces 4D’s CONFIRM command. You can pass titles for the OK and Cancel buttons. If you leave the OK button parameter empty or pass “*”, “OK” (or...
- Fnd_Dlg_CustomIcon 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_Display The Fnd_Dlg_Display routine displays the dialog that you have defined by using the other routines in this component and in the Windows component (Fnd_Dlg_SetButtons,...
- Fnd_Dlg_GetRequest The Fnd_Dlg_GetRequest routine returns the value entered by the user after displaying a Request dialog with the Fnd_Dlg_Display routine in conjunction with the...
- Fnd_Dlg_Info Returns the requested information about the component. $version_t:=Fnd_Dlg_Info ("version")
- Fnd_Dlg_Message The Fnd_Dlg_Message routine displays a message window. This routine replaces 4D’s MESSAGE command. Fnd_Dlg_Message ("Connecting to the data server...") ODBC_Connect...
- Fnd_Dlg_MessageCanceled The Fnd_Dlg_MessageCanceled routine returns True if the user has clicked the Cancel button in the message dialog that is currently being displayed.
- Fnd_Dlg_MessageClose The Fnd_Dlg_MessageClose routine closes the message window that was previously opened with Fnd_Dlg_Message or Fnd_Dlg_MessageOpen.
- Fnd_Dlg_MessageOpen The Fnd_Dlg_MessageOpen routine opens a message window. You can also specify the button text, the text to display, the window title, and whether the user can cancel the message...
- Fnd_Dlg_MessageUpdate The Fnd_Dlg_MessageUpdate routine updates the progress indicator if used by calling the Fnd_Dlg_SetProgress routine.
- Fnd_Dlg_Request The Fnd_Dlg_Request routine is designed to replace 4D’s Request function. It displays a Request dialog that can be modified by setting the default response text, the text of...
- Fnd_Dlg_SetButtons The Fnd_Dlg_SetButtons routine sets the button texts for the upcoming alerts that will be opened by using the routines in this component. The third button is the “Don’t Save”...
- Fnd_Dlg_SetCancelable 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...
- Fnd_Dlg_SetIcon Use the Fnd_Dlg_SetIcon routine to set the icon for an upcoming alert displayed with the Fnd_Dlg_Display routine. Pass one of the following values:
- Fnd_Dlg_SetPosition This command is obsolete and has been removed. Use the Fnd_Wnd_Position command instead.
- Fnd_Dlg_SetProgress Call Fnd_Dlg_SetProgress routine to set the from and to numbers in a message window. If only one number is passed to the to or from parameter, the from is assumed to be 1. If...
- Fnd_Dlg_SetRequest The Fnd_Dlg_SetRequest routine sets up the dialog to allow the user to enter a value when calling the Fnd_Dlg_Display routine. Call this method with no parameters to cause the...
- Fnd_Dlg_SetText The Fnd_Dlg_SetText routine sets the message texts for the upcoming dialogs opened with the Fnd_Dlg_Display and Fnd_Dlg_MessageOpen routines.
- Fnd_Dlg_SetWindowTitle This command is obsolete and has been removed. Use the Fnd_Wnd_Title command instead.