When a certain condition occurs, I want the contents of a textbox to not print. I have the following code, and it is not working. Any ideas?
xfa.resolveNode("FormWarningSubform.formWarn").relevant= "-print"; Instead, of not printing it shows "-print" in the textbox.
Thank you for any assistance.