ShowBackground
property (DataWindow object)
Description
Whether the background settings of the report display.
Applies to
Report controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.ShowBackground |
Describe and Modify argument:
|
1 |
"controlname.ShowBackground{ = 'value '}" |
|
Parameter |
Description |
|---|---|
|
value |
A boolean value that indicates whether the report’s Values Yes — Display the background No — Do not display the background |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab, Show Background check box.
Examples
|
1 2 |
dw1.Modify("r_orders_nested.ShowBackground = yes") dw1.Object.DataWindow.ShowBackground = "yes" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest