Hi Guys,
I want to know, how to color a complete row of a table based on some condition in adobe form...
I achieved coloring a particular cell in the table of adobe form through the below java script,
if (<condition>) {
this.border.fill.color.value = "200,200,200";
}
But not able to color the complete row, plz help me out...