@LaunchApp (Formula Language)
Launches the requested Domino® application.
Note: The @function is new with Release 5.
Syntax
@LaunchApp( application )
Parameters
application
Text. The type of application you want to launch. Specify any one of the following:
Notes® |
This launches the Notes® client. |
---|---|
Designer |
This launches Domino® Designer, if installed. |
Admin |
This launches Domino® Administrator, if installed. |
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.