Avatar

Level 2

Thank you Niall!!!

Just a little doubt. How are you reading the drop down choice??

xfa.resolveNode("Table1.Row2[" + i + "].Cell1").rawValue;

Thats how I see you do it but using it doesnt seem to give me 120 or 208 on a simple check i tried.
I used to use this to get that value:
Table1.Row2.Cell1.getSaveItem(Table1.Row2.Cell1.selectedIndex);
Please clarify that.
Thank you, you saved my day