FORMULA LANGUAGE


NavNextSelected @Command
Navigates to the next selected document in the current view or folder.

Note This command is new with Lotus Domino Release 6.

Syntax

@Command( [NavNextSelected] )

Usage


This command does not work on the Web.

This command executes immediately. Use the NavigateNextSelected @command to execute after all @functions. See the Order of evaluation for formula statements topic for more details.

Language cross-reference

GetNextDocument method of LotusScript NotesDocumentCollection class

getNextDocument method of Java DocumentCollection class

See Also