DisplayOKMessageBox Method
The DisplayOKMessageBox method displays an OK message box.
Syntax
object.DisplayOKMessageBox
(
i_Message As String,
i_Title As String
)
Parameters
Parameter | Description |
---|---|
i_Message |
Text to display in the message box. |
i_Title |
Text to display in the title bar of the message box. |
Remarks
This method displays a modal dialog and should not be called from a script when a transaction is open. Macros are run within an open transaction; consequently, this method should not be called from a macro. See Accessing Forms Records for more information on this restriction.
See Also
Reference
IGrooveFormsToolUIDelegate Interface
ClearStatusBarMessage Method
DisplayDatePickerDialog Method
DisplayError Method
DisplayStatusBarMessage Method
DisplayTextInputDialog Method
DisplayYesNoMessageBox Method