The following code was used within the table:if
(!(xfa.resolveNode("form1.page1.income.table.row[0].applicantIncome").isNull))
{ var income =
xfa.resolveNode("form1.page1.income.table.row[0].applicantIncome").rawValue;
if (isNaN(income)) { xfa.host.messageBox("The applicant income is not a
number.","Income Validation",1); this.rawValue = null; } else { var freq
=
xfa.resolveNode("form1.page1.income.table.row[1].applicantIncomeFreq").rawValue;
switch (freq) { case "Weekly": this.rawValue = income...