Avatar

Level 2

Hi all,

I am trying to have a table cell change its fill color depending on the selection in the associated dropdown.  Within the table header row, some of the cells are dropdowns.  Those dropdowns are the ones I would like to define the fill colors of the cells below.  Here is what I have:

if

(form1.Main_Subform.Table1.HeaderRow.Other1.rawValue == N/A) {

this.border.fill.color.value

="220,220,220";

else

this.border.fill.color.value="0,0,0";

}

I have it in the change event.  Does anyone have any suggestions?  Should I have it in another event?  Am I using incorrect syntax?  I have the JS Debugger Console activated and am getting no error messages.  HELP?  Thx in advance.  -rpeterson