Hi,
I have two radio buttons: radioA & radioB. I want each radio button to reset the values of a different subform and remain marked with an "x".
Only focusing on radioA right now -
I've tried lots of different code (I'm a newbie and teaching myself). I have a code that resets the subform properly, but after the subform has been reset, the radio button remains empty (no "x").
My code on radioA: xfa.host.resetData("xfa.form.form1.Sec2BSubForm") where Sec2ASubForm is the subform I want cleared.
Binding is set to global, Acro 7 dynamic form, and all the related subforms are grouped within the same subform:
Sec2
Sec2RadioButtonList
radioA
radioB
Sec2ASubForm
Sec2BSubForm
Basically, I want each radio button to clear the opposite subform while retaining an "x".
I'm not sure how to do that. Any help woudl be appreciated.
Thanks.
Eric
My code on radioA: xfa.host.resetData("xfa.form.form1.Sec2BSubForm") where Sec2BSubForm (not "A") is the subform I want cleared.