I have an exclusion group with an on empty message set. I have a print
button with the following javascript code to check if any field with an
empty message isn’t set: var txt = topmostSubform.execValidate(); if
(txt == true){ xfa.host.print(1, "0", (xfa.host.numPages -1).toString(),
0, 1, 0, 0, 0); }I have noticed that even if I select a radio button
from the exclusión group I can’t printand shows the empty message for
that field.I am using Adobe LiveCycle Designer 8.0 and Adobe Acrobat 8.0
Pro...