OpenPage @Command (Formula Language)

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

Text. The name of a page defined for the current database.

Usage

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