I am new in scripting language so I seek your patience if my question
seems to be obvious. I need to put different color (let say: red) to the
bottom border/line for all lines of the data in a table.My palette
hierarchy looks like the following screen shot:I tried with one column
TANUM (i.e. TO No.) and put the following FormCalc script in the even
"initialize":data.Page1.Output_table.IT_OUTPUT.DATA.TANUM.border.getElement("edge",2).color.value
= "255,0,0"When I run it does color the Column TANU...