Hi Thanks for your information.I'm not able to get the code to look at
the first row when I put in the following code. The button won't work
which means it won't add the second row. If I remove the [0] it works
fine but I need the [0] etc to look at the different rows. Any
ideas?if(Table1.Row1[0].Fullweight.rawValue == null &&
Table1.Row1[0].Emptyweight.rawValue == null)
{xfa.host.messageBox("Please check the Full & Empty Weight Values.")
end; }else { this.resolveNode('Table1._Row1').addInstance...