HyperWorks Desktop

*ViewMode() - HyperView View Setting

Specifies an optional view related setting.

*ViewMode() - HyperView View Setting

Specifies an optional view related setting.

Previous topic Next topic No expanding text in this topic  

*ViewMode() - HyperView View Setting

Specifies an optional view related setting.

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

*This statement is currently written out only if it is parameterized, however in the future it will be exposed in all situations. This statement is supported starting in version 14.0.120.

Syntax

*ViewMode(fit, std_view_name)

Arguments

Name

Description

fit

Specifies whether the view should be fit to the window (true/false).  See Comments below.

std_view_name

Predefined view names (front, back, iso, left, right, top, bottom, none). See Comments below.

Example

*ViewMode(fit, std_view_name)

Application

HyperView.

Context

*BeginSavedView()

Comments

Fit Mode:  "true" or "false".

"false" will use the *View statement settings and is the default setting.
"true" will override the *View statement settings.

Standard View:  "left", "right", "top", "bottom", "iso", or "none" (the default setting).

"none" will use the *View statement settings and is the default setting.
"left", "right", "top", "bottom", or "iso" will override the *View statement settings.

Note - The Fit and Standard view arguments can be parameterized.

See also

 

List of Report Statements