Rows_Per_Detail DataWindow object property
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.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Rows_Per_Detail |
Describe argument:
|
1 |
"DataWindow.Rows_Per_Detail" |
DataWindowSyntaxFromSql:
|
1 |
DataWindow ( ... Rows_Per_Detail = <span>n</span> ... ) |
|
Parameter |
Description |
|---|---|
|
n |
A long specifying the number of rows |
Examples
|
1 |
SQLCA.SyntaxFromSQL(sqlselect, &<br>   'DataWindow(...Rows_Per_Detail = 12 ...)', &<br>   errstring) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest