FORMULA LANGUAGE


OpenFrameset @Command
Opens a frameset defined for the current database. Framesets provide a way for designers to display several pages at the same time. A frame is actually one page; a frameset is a collection of pages. Page designers can create links between frames. A major advantage of framesets is the ability to leave one page constant as users scroll or link to other pages.

Note This @command is new with Release 5.

Syntax

@Command( [OpenFrameset] ; frameset )

Parameters

frameset


Usage

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

Language cross-reference

OpenFrameSet method in LotusScript NotesUIWorkspace class

See Also