Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: referencing radio button groups with the same name in js
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 162585
From: herbivorous
Date: 9/28/2007 12:24 PM
I've got a pdf with an array of radio button groups, named for instance
topmostSubform.yesnotable.yes_or_no[0]
topmostSubform.yesnotable.yes_or_no[1]
topmostSubform.yesnotable.yes_or_no[2]
If
topmostSubform.yesnotable.yes_or_no[0]
I want to set
topmostSubform.yesnotable.yes_or_no[1]
But I haven't found a reliable way to access or set the rawValue of any of them, except for the one triggering the event, which I can get with this.rawValue
Any thoughts?