javascriptadobelivecyclelivecycle-designer

Adobe Livecycle set access state for column in dynamic table


Hi i am hoping for some help. Hi there, I have a form with a dynamic table. I want that one cell (carcost) is default readOnly, when a button is pressed i want that cell to become open. however i can only get it to work on the first row, it will not work with subsequent rows. any advice is appreciated. i have tried:

carb.tblcar.Row1[*].carcost.access = "open";

and

carb.tblcar.Row1.carcost.access = "open";

Solution

  • Livecycle form with Loop Unlock