DisplayError Method

The DisplayError method displays an error message in a dialog.

Syntax

object.DisplayError

(

i_ErrorMessage As String

)

Parameters

Parameter Description

i_ErrorMessage

Error message to display.

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
DisplayOKMessageBox Method
DisplayStatusBarMessage Method
DisplayTextInputDialog Method
DisplayYesNoMessageBox Method