Hello,I am trying to complete a script where the fill color of a numeric
field changes when the user selects a particular option from a drop down
list. My code in initialize works for the default selection in the list,
but I can't seem to get the form to change the fill color when the drop
down list is changed. This is my code under change event for the drop
down object:if(topmostSubform.Page1.DropDownList1.rawValue == "OPTION
A"){topmostSubform.Page1.NumericField1.fillColor= "50, 205,
50";}if(t...