Processing DataWindow object property
Description
The type of processing required to display the data in the
selected presentation style.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Processing |
Describe argument:
1 |
"DataWindow.Processing" |
Return values are:
-
0 – (Default)
Form, group, n-up, or tabular -
1 – Grid
-
2 – Label
-
3 – Graph
-
4 – Crosstab
-
5 – Composite
-
6 – OLE
-
7 – RichText
-
8 – TreeView
-
9 – TreeView with Grid
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Processing |
1 |
setting = dw1.Describe("DataWindow.Processing") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest