HideGrayLine DataWindow object property
Description
Shows or hides a gray line to indicate that a fixed page has
been crossed when scrolling in a DataWindow with group headers.
Controls
DataWindow control
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.HideGrayLine |
Describe and Modify argument:
|
1 |
"DataWindow.HideGrayLine { = ' <span>value</span> ' }" |
|
Parameter |
Description |
|---|---|
|
value |
(exp) Whether a Values are:
Value can be a quoted DataWindow expression. |
Usage
This property can be set in the open event for the window
in which the DataWindow displays. Note that you cannot suppress
the display of repeating group headers.
In the painter
Select the DataWindow object by deselecting all controls;
then set the value in the Properties view, General tab. This option
is enabled only for DataWindows with group headers.
Examples
|
1 |
dw1.Object.DataWindow.HideGrayLine = yes |