FORMULA LANGUAGE


OpenPage @Command
Opens a page defined for the current database. A page is a design element that structures and displays information, including text, graphics, applets, and links. Unlike a form, a page cannot contain fields, subforms, layout regions, and some embedded controls.

Note This @command is new with Release 5.

Syntax

@Command( [OpenPage] ; page )

Parameters

page


Usage

@Command([OpenPage]) is used in action formulas. You can use this command in Web applications.

Language cross-reference

OpenPage method in LotusScript NotesUIWorkspace class

See Also