- Sivaprakash BKR
- PowerBuilder
- Saturday, 19 June 2021 06:43 AM UTC
Hello,
PB 2019 R3 with theme
Got 60 entry screens and around 100 report datawindow(s) in one project. Need to show white background in all report datawindows. The report is shown on a tab page of a window.
Need to set white background for tab_1.tabpage_2.dw_report datawindow in w_rep_veh_sales_monthwise window. Tried with customer theme
Created one theme-reports.json file with the following contents
{
"meta-info":
{
"version":"190"
},
"w_rep_veh_sales_monthwise.tab_1.tabpage_1.dw_report":
{
"drawing":true,
"background-color-enabled":true,
"background-color":"#FFFFFF",
}
}
No effect of any change in the datawindow.
Also tried with "drawing":false settings by setting the colour in the background property of the datawindow.
Any suggestion on how to set white background colour for all report datawindows?
Happiness Always
BKR Sivaprakash
Note: Theme is applied with applytheme(GetCurrentDirectory( ) + '\' + ls_dir + "\" + ls_theme) command in the application open event.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.