Sparse DataWindow object property
Description
The names of repeating columns that will be suppressed in
the DataWindow.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Sparse |
Describe and Modify argument:
1 |
"DataWindow.Sparse { = ' <span>list</span> ' }" |
Parameter |
Description |
---|---|
list |
(exp) A tab-separated |
Create method (include at the end of the
DataWindow syntax):
1 |
Sparse ( names = "<span>col1</span>~t<span>col2</span>~t<span>col3 ...</span>") |
Usage
In the painter
Set the value using Rows>Suppress Repeating Values.
This property is not supported in Web DataWindows.
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Sparse |
1 |
dw1.Object.DataWindow.Sparse = 'col1~tcol2' |
1 |
setting = dw1.Describe("DataWindow.Sparse") |
1 |
dw1.Modify("DataWindow.Sparse='col1~tcol2'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments