FORMULA LANGUAGE


NavPrevMain @Command
Navigates to the previous main document in the current view or folder.

Note This command is new with Lotus Domino Release 6.

Syntax

@Command( [NavPrevMain] )

Usage


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

For Web applications, use this command only for forms. It does not work for view actions.

Language cross-reference

GetPrevCategory method of LotusScript NotesViewNavigator class

getPrevCategory method of Java ViewNavigator class

See Also