Function BoxError( ErrorMessage: String )
Description
Displays an Isah error message box.
Example
Sub Main()
Main()
Application.IsahForms.BoxError("This is an error message")
This is an error message
")
End Sub