*BeginPage()

Indicates the beginning of a page block.

Syntax

*BeginPage()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

Report Definitions

Example

*BeginPage()
	*IsActive()
	*title("Force-5", On)
	*Layout(1)
	*CurrentTimeStep(0)
	*BeginWindow(Plot)
		*IsActive()
		• • •
	*EndWindow()
*EndPage()

Comments

A page block defines one complete page including layout information and window content.

Every *BeginPage() statement requires a closing *EndPage() statement.

The *IsActive statement designates this page to be the current page when thesession is read in. Only one page in a session file can contain the *IsActive() statement. If more than one *IsActive() statement occurs in a block, the last occurrence is used.