FORMULA LANGUAGE


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

Note This @command is new with Release 6.

Syntax

@Command( [ExitNotes] )

Usage

This command executes immediately. Use the FileExit @command to execute after all @functions. 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