@IsAppInstalled (Formula Language)

Indicates whether the specified type of application is installed.

Note: This @function is new with Release 5.

Syntax

@IsAppInstalled( application )

Parameters

application

Text. Specify "Designer" to check if the Domino® Designer is installed on the system, or "Admin" to check if the Domino® Administrator is installed.

Return value

flag

Boolean

  • True indicates that the specified application is installed
  • False indicates that the specified application is not installed

Usage

This @function is generally used in hide-when formulas.