The way grid lines display and print in a DataWindow whose presentation style is Grid or Crosstab.
DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.Grid.Lines
Describe and Modify argument:
"DataWindow.Grid.Lines { = value }"
Parameter |
Description |
---|---|
value |
An integer specifying whether grid lines are displayed on the screen and printed. Values are:
|
Select the DataWindow object by deselecting all controls; then set the value in the Properties view, General tab, Grid group, Display option (available when the presentation style is Grid or Crosstab).
string setting
setting = dw_1.Object.DataWindow.Grid.Lines
dw_1.Object.DataWindow.Grid.Lines = 2
setting = dw_1.Describe("DataWindow.Grid.Lines")
dw_1.Modify("DataWindow.Grid.Lines=2")