Whether the background settings of the report display.
Report controls
PowerBuilder dot notation:
dw_control.Object.controlname.ShowBackground
Describe and Modify argument:
"controlname.ShowBackground{ = ' value ' }"
Parameter |
Description |
---|---|
value |
A boolean value that indicates whether the report’s background color settings display. Values are:
|
Select the control and set the value in the Properties view, General tab, Show Background check box.
dw1.Modify("r_orders_nested.ShowBackground = yes")
dw1.Object.DataWindow.ShowBackground = "yes"