Sparse
property (DataWindow object)
Description
The names of repeating columns that will be suppressed in the
DataWindow.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Sparse |
Describe and Modify argument:
|
1 |
"DataWindow.Sparse { = 'list ' }" |
|
Parameter |
Description |
|---|---|
|
list |
(exp) A tab-separated list of column names to be |
Create method (include at the end of the DataWindow
syntax):
|
1 |
Sparse ( names = "col1~tcol2~tcol3 ...") |
Usage
In the painter
Set the value using Rows>Suppress Repeating Values.
Examples
|
1 2 3 4 5 |
string setting setting = dw1.Object.DataWindow.Sparse dw1.Object.DataWindow.Sparse = 'col1~tcol2' setting = dw1.Describe("DataWindow.Sparse") dw1.Modify("DataWindow.Sparse='col1~tcol2'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest