- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I think you need to use the break keyword after the messageBox, so;
var nods = xfa.resolveNodes("pctA.A.Row1[*].Q");
for (var i = 0; i < nods.length; i++) if (nods.item(i).A.rawValue == "0" && nods.item(i).B.rawValue == "0" && nods.item(i).C.rawValue == "0")
{
xfa.host.messageBox("Warning1!\n\nWarning2", "WTitle", 0, 0);
break;
}
else
{//continue with code}
Regards
Bruce
Views
Replies
0 Likes
Total Likes