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 TANUM with the color Red, but only for the last line of the data on the second
column (TANUM).
So my question is: how can apply it to ALL lines of the data?
Thanks for your help in advance.