Gets an application.

Syntax

DEgetApp( prjName$, appName$, silent, db )

Arguments

prjName$ - string, input. The name of the Project config where the app is described. The empty string means the Project config where the current app which the function is called from is described.

appName$ - string, input. The name of the app in the Project config.

silent - boolean, input. The value True (-1) means that if the app hasn't been got, this will not cause the displaying of message box with the error.

db - NotesDatabase, output. The app that should be got.

Return

Boolean. The result True (-1) means that the app has been got and False (0) that not.

Configs used

Project.


Topic links:

Project config

See also:

Functions of the library DocExtLib