I wanna to add a row by javascript, the script is :
Table1.Row1.occur.max=-1;
Table1.Row1.instanceManager.addInstance(1);
the script is fine in FormCalc, but it not work in javascirpt.
I find the script is same as in "Lifecycle ES scripting reference", but it not work, what's the problem?