I'm having the same issue now that my script includes more than one
option from the drop-down list. Using the example above, I now have
included the option of year 4,6, or
8:form1.#subform[0].#subform[1].#subform[2].YEAR4.TextField17::calculate
- (FormCalc, client)if
(form1.#subform[0].#subform[1].#subform[2].Row[0].YearLevel == "4" or
"6" or "8" & ((B1P+BP)>".45" or (B1P+BP)<".30") &
CourseNum>="20")then$.fillColor = "225,225,0";else$.fillColor =
"255,255,255";endifHope you can help.