This product version has reached end of life and is no longer supported. Click here for the latest documentation.

The next table presents the properties of the Show Record widget.

Property

Description

Optionality

Default value

Obs.

Name

Name of the widget used in the screen scope.

Mandatory

ShowRecord n

This name represents the widget in the Scope Tree where it aggregates its runtime properties.

See rules for naming elements .

Source Record

The record to display to end-users.

A copy of the Source Record will be created and stored in an implicit variable within the Show Record itself.

Optional

The Source Record is copied into the Show Record implicit variable after the screen Preparation finishes, and whenever a screen action is executed.

Width

Indicates the width of the widget. You can change the width by editing this property or by resizing it using the Grid in the Content Canvas.

Optional

5 col

The value of this property can be in columns, pixels, points, or percentage.

Margin Left

Indicates the width of the left margin of the widget.

This value can be automatically set by the Grid .

Optional

Auto

The value of this property can be in pixels, points, or percentage.

If not defined and the widget style defines a margin-left then this margin is applied to the widget.

Margin Top

Indicates the height of the top margin of the widget.

This value can be automatically set by the Grid .

Optional

Auto

The value of this property can be in pixels or points.

If Auto is selected and the widget style defines a margin-top then this margin is applied to the widget.

Display Columns

Indicates whether you want 1 or 2 attributes per row.

Mandatory

2

Label Width

Indicates the width of the column associated with the label.

Mandatory

30%

Cell Height

Indicate the height, in number of pixels, of the cells.

Optional

Cell Spacing

Indicates the number of pixels between the cells.

Optional

1

Style

Drop-down list with the styles that can be applied to the contents of the show record.

Optional

ShowRecord

Learn more About Style Sheets .

Double-click on the property and the Style Sheet Editor is opened with the current style already selected.

Label Style

Drop-down list with the styles that can be applied to the labels.

Optional

ShowRecord_Caption

Learn more about style sheets .

Value Style

Drop-down list with the styles that can be applied to the value columns.

Optional

ShowRecord_Values

Learn more about style sheets .

Extended Properties - Additional properties for attributes and/or events that implement specific behaviors of your widget.

Name

Name of the attribute that the HTML element can accept as specified in the HTML language reference.

NA

This property is added to the <table> HTML tag that corresponds to this widget.

Learn more about Extending Properties and how widgets are translated into HTML tags .

Value

The value for the attribute.

NA

This property is added to the <table> HTML tag that corresponds to this widget.

Learn more about Extending Properties and how widgets are translated into HTML tags .

See Also

About Show Record Widget