FORMULA LANGUAGE


NavigateNextMain @Command
Navigates to the next main document in the current view.

Syntax

@Command( [NavigateNextMain] )

Usage


This command executes after all @functions. Use @Command([NavNextMain]) to execute immediately. 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

GetNextCategory method of LotusScript NotesViewNavigator class

getNextCategory method of Java ViewNavigator class

See Also