HyperWorks Desktop

*BeginDefinitions()

Indicates the beginning of a definition block.

*BeginDefinitions()

Indicates the beginning of a definition block.

Previous topic Next topic No expanding text in this topic  

*BeginDefinitions()

Indicates the beginning of a definition block.

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

Syntax

*BeginDefinitions()

Example

*BeginDefinitions()

 *DefineReport(repdef_sdf_test, dat_file)

         *Parameter(dat_file, "Wheel datafile name",

                filename, "*.dat")

         *ReportLabel("SDF Test Summary")

     *Page(page_text_sum, "SDF Text Summary",

           pagedef_text_sum, dat_file)

   *EndDefine()

 

   *DefinePage(pagedef_text_sum, dat_file)

       *Layout(1)

       *TextEditor(text_sum, "Table",
                   txtdef_text_sum, dat_file)

   *EndDefine()

 

   *DefineTextEditor(txtdef_text_sum, dat_file)

       *Filename("sdf_sum.tpl")

       *SetString(temp_var, dat_file)

   *EndDefine()

*EndDefinitions()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefinitions()

Preference Files

Report Definitions

Comments

The *BeginDefinitions() block contains report definitions.

Every *BeginDefinitions() statement requires a closing *EndDefinitions() statement.

See also

 

*BeginVector()

*CurvePoint()

*EndData()

*Filename()

List of Session Statements