Rows_Per_Detail

Description

The number of rows in the detail area of an n-up DataWindow object. This property should be 1 unless the Type property for the Style keyword is Tabular.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.Rows_Per_Detail

Describe argument:

"DataWindow.Rows_Per_Detail"

SyntaxFromSql:

DataWindow ( ... Rows_Per_Detail = n ... )

Parameter

Description

n

A long specifying the number of rows in each column

Examples

Example 1

SQLCA.SyntaxFromSQL(sqlselect, &
   'DataWindow(...Rows_Per_Detail = 12 ...)', &
   errstring)