Hi,I tried to get it to work but wasn't able able to.However, I can tell
you that if you want to reference other instances, you need to add
this.resolveNode to your table refs. I just make a habit of doing it
everywhere.eg: if(this.resolveNode("Table1.Row1[0].Fullweight").rawValue
== null && (this.resolveNode("Table1.Row1[0].Emptyweight").rawValue ==
null)When i tried the code, the messagebox kept coming up as a row was
added. You will need a way to refer to a specific instance like by using
.in...