HyperWorks Desktop

*Page()

Creates an instance of a page from the page definition.

*Page()

Creates an instance of a page from the page definition.

Previous topic Next topic No expanding text in this topic  

*Page()

Creates an instance of a page from the page definition.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Page(page_name, "page_label", page_def, [arg_1,

                                         arg_2,...,

                                         arg_n])

Arguments

Name

Description

 

page_name

The variable name of the page.

 

"page_label"

The descriptive label of the page.

 

page_def

The page definition to be used.

 

arg_1,

arg_2, ...,

arg_n

User-defined optional arguments.

Example

*DefineReport(test_page_set_1, req_name_1, rep_name_1)

   *ReportLabel("Ride report")

   *Parameter(req_name_1, "Request filename",
              filename, "*.req")

   *Parameter(rep_name_1, "Report filename", filename,

              "*.output")

  *Page(dummy, "Page 1", page_def_1, req_name_1,

         rep_name_1)

*EndDefine()

Application

MotionView, HyperView, HyperGraph, TextView.

Context

*DefineReport()

Comments

All arguments after the third argument are user-defined.

See also

 

*DefinePage()

*DefineReport()

*Parameter()

List of Report Statements