Vertical_Size

Description

The height of the columns in the detail area of the DataWindow object. Vertical_Size is meaningful only when Type is Form (meaning the Freeform style). When a column reaches the specified height, PowerBuilder starts a new column to the right of the current column. The space between columns is specified in the Vertical_Spread property.

Applies to

Style keywords

Syntax

SyntaxFromSql:

Style ( Vertical_Size = value )

Parameter

Description

value

An integer specifying the height of the columns in the detail area of the DataWindow object area in the units specified for the DataWindow

Examples

Example 1

SQLCA.SyntaxFromSQL(sqlstring, &

 'Style(... Vertical_Size=1225...)', errstring)