FORMULA LANGUAGE


FileExit @Command
Performs the menu command File ­ Exit (File ­ Quit on the Macintosh), which closes Notes/Domino and all its open windows.

Syntax

@Command( [FileExit] )

Usage

This command executes after all @functions. Use @Command([ExitNotes]) to execute immediately. See the Order of evaluation for formula statements topic for more details.

This can be used almost anywhere in Notes/Domino except from within a dialog box or on the Web. If an open document or design element has not been saved, Notes prompts the user to save it.

Language cross-reference

Close method of LotusScript NotesUIDatabase class

See Also