Avatar

Level 2

Hi Niall,

see what happens when you think too much! I was expecting to have to deal with the row ordinals but I didn't. LiveCycle impresses me more and more.

Your suggestion was spot on and worked a treat, thank you. My final script looks like this:

this.rawValue = xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.MonBH").rawValue +
     xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.TueBH").rawValue +
     xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.WedBH").rawValue +
     xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.ThuBH").rawValue +
     xfa.resolveNode("Form1.Timesheet.TaskDetail.Times.Row.FriBH").rawValue;

Thanks again.

Kind regards,

Dave.