- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
On change event of your radio button group you can put:
if (this.rawValue=="No")
DropDown2.rawValue="N/A";
You have to make sure though that the values in quotes are the values associated with your radio buttons. To verify the values associated with the text, click on your radio button group. Select the Binding tab under the object palette. If Specify Item Values is checked, then you'll see what you need to put in quotes under the Value column.
Kyle
Views
Replies
0 Likes
Total Likes