Quantcast
Channel: Adobe Community : Discussion List - LiveCycle Forms
Viewing all articles
Browse latest Browse all 1160

Repeatable row fill color change on exit

$
0
0

Hello,

 

How do I write this so the fill color change applies to all rows that are repeated? Right now, it is only changing the first row.

 

if(Subform1.Amend.rawValue=="1" && this.rawValue!=null)

{

HiddenMultiSub.Subform8.B2.fillcolor = "255, 255, 255";

}

 

Thank you!


Viewing all articles
Browse latest Browse all 1160

Trending Articles