FORMULA LANGUAGE


@Failure
Example

Returns a message that you supply; when used in an input validation formula, @Failure displays its message whenever the entered value does not meet the validation criteria.

Syntax

@Failure( string )

Parameters

string


Return value

string


Usage

@Failure is mainly used in input validation formulas for editable fields, although you can also use it in agents and form formulas. When @Failure is used in formulas other than input validation formulas, the result is the input string; Lotus Notes/Domino displays no prompts or messages.

Language cross-reference

On Error statement of LotusScript language

GetErrorMessage method of LotusScript ODBC Connection, Query, and ResultSet classes

Java NotesError and NotesException classes

Example
See Also