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

Describe argument:

"DataWindow.Rows_Per_Detail"

DataWindowSyntaxFromSql:

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

Parameter

Description

n

A long specifying the number of rows in each column

Examples

Example 1

[Visual Basic]
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'DataWindow(...Rows_Per_Detail = 12 ...)')