Hi,I've encountered this problem wherein I need to loop through all the
fields and determine if its a text field, then check whether the field
is null or not.However if it encountered a text field with a null value,
it exits the loop and the rest of the text fields are not checked. Any
ideas? Please see the code below. Thanks!for (var nPageCount = 0;
nPageCount < xfa.host.numPages; nPageCount++) { var oFields =
xfa.layout.pageContent(nPageCount, "field"); var nNodesLength =
oFields.length; for (...