what is wrong with the following script? I cannont seem to get it to work...
----- form1.ScheduleSubform.ScheduleTable.InRow1.MondayIn1::change: - (FormCalc, client) -----------
if(form1.ScheduleSubform.ScheduleTable.InRow1.InMon1=="P") then
(this.fontColor == "0,0,128");darkblue
elseif(form1.ScheduleSubform.ScheduleTable.InRow1.InMon1.rawValue=="R") then
(this.fontColor == "0,0,255");brightblue
elseif(form1.ScheduleSubform.ScheduleTable.InRow1.InMon1.rawValue=="C") then
this.fontColor == "0,128,0";green
elseif(form1.ScheduleSubform.ScheduleTable.InRow1.InMon1.rawValue=="X") then
this.fontColor == "106,53,0";brown
else
this.fontColor == "0,0,0";black
endif
this.fontColor =
not
this.fontColor ==
or
(this.fontColor == ...)
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs