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.
DataWindows
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 |
SQLCA.SyntaxFromSQL(sqlselect, & 'DataWindow(...Rows_Per_Detail = 12 ...)', & errstring)