Hi,
I have a drop-down-down-data-window (d_dddw_status) which has in addition of the code also R,G,B values for column background color.
What I would like to do is to have the the color of the d_dddw_status to flow to the actual data window column that uses the dddw.
An example is in the attached pictures - in the dddw the code 10 has a red backgroud - how can I get that to flow to dw and column that has the code/dddw? (pic2) .
An ideal solution would be if I could refer to the dddw from the actual dw and extract the color values (r,g,b) from the dddw and set the background of the column in question.
Thanks,
Kari
In theory you could set the status code to be the rgb value of the desired color. That way the main datawindow has access to the desired color. But that would only really make sense if you never displayed the numerical status value. And that doesn't seem to be the case in your example. (And even then it would be the "mad scientist" approach ;-) )