Avatar

Level 2

Hi Niall,

thanks for that template. It works great for me.

Actually I have one more question regarding the script. I'd like to have my list in 2 columns. How should I change that script to reflect this change? As I've tried it like this:

case "Group A":

xfa.resolveNode("Table1.Row1[0]").participant.rawValue = "John Murphy";

Table1._Row1.addInstance(true);

xfa.resolveNode("Table1.Row1[1]").participant.rawValue = "Seamus O'Leary";

Table1._Row1.addInstance(true);

xfa.resolveNode("Table1.Row1[0]").participant1.rawValue = "Mary Lane"; 

break;

I've created participant1 row. But after running that script for a while it looks as I expected, but than it switched to look with its original script. How could I fix this, I only changed highlighted part of the script.

Thank you in advance.

Marian