Avatar

Level 7

Can you just change the logic of the if statement?

Ex:


if(Sum(SourceOfWealth.SourceWlth[*]) lt 1) then


  xfa.host.messageBox("Please select at least one Source of Wealth checkbox for Question 12");


  xfa.host.setFocus("PersonalEDDQ.PBPernsEDDQ.EDDQSectionI.SourceOfWealth.SourceWlth[0]");


endif