Previous Topic

Next Topic

Inhoudsopgave

Book Index

BoxError Function

Function Function BoxError( ErrorMessage: String )

Description

Displays an Isah error message box.

Example

Sub Main()

Application.IsahForms.BoxError("This is an error message")

End Sub