FORMULA LANGUAGE


@LaunchApp
Launches the requested Domino application.

Note The @function is new with Release 5.

Syntax

@LaunchApp( application )

Parameters

application

Usage

If the requested application is already running, it will be brought to the front and it will have focus.

This @function is generally used in action formulas.

You cannot use this function in Web applications.

Language cross-reference

Shell function of LotusScript language

See Also