Rows_Per_Detail
property (DataWindow object)
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:
|
1 |
dw_control.Object.DataWindow.Rows_Per_Detail |
Describe argument:
|
1 |
"DataWindow.Rows_Per_Detail" |
SyntaxFromSql:
|
1 |
DataWindow ( ... Rows_Per_Detail = n ... ) |
|
Parameter |
Description |
|---|---|
|
n |
A long specifying the number of rows in each |
Examples
|
1 2 3 |
SQLCA.SyntaxFromSQL(sqlselect, & 'DataWindow(...Rows_Per_Detail = 12 ...)', & errstring) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest