Hi, everyone.
I'm using PB 2019 r3 and I'm trying to change background color of one column header in datawindow applying UI theme as below.
(I want to change red circle one).
So, I wrote a script like this in open event.
dw.modify("column_5_t.background.mode = '0'")
dw.modify("column_5_t.background.color ='134217739~trgb(10, 10, 255)'")
but it doesn't work.
How can I do this?
I'm looking forward to your help.
Best regards,
Jang
Thank you for your answer.
I'll try to edit the JSON file and I want it to work.
Regards,
Jeong