cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ralphster
Level 6

How to find the selected radio button in a radio button group ?

Jump to solution

I have an InstallShield dialog box with a Radio Button Group. The radio button group contains three radio buttons in it. So how can I find the radio button which was selected when the next button on the dialog box is pressed? Please help, as I am stuck?

 

More info:

My radio button group is named "RadioButtonGroup1", and has a control identifier of 888.

The control ids for each radio button are 0, 1326, and 1327 respectively. Also I noticed that in the designer there is a drop down which identifies each radio button as "NewProperty61","NewProperty62", and "NewProperty63",

 

Labels (1)
0 Kudos
(1) Solution
(4) Replies
banna_k
Revenera
Revenera

Hi @ralphster ,

You have to define a property for your radio button group, and then you can set the value for each radio button that has a value field.  Then this property value can be checked in the Next button

For more information, you can refer InstallShield License agreement dialog which include a radio button group and two radio button. Go through the properties of each radio button and the radio button group.  

 

0 Kudos

Hi Banna, in the designer I can see where one can give the radio button group a name or control identifier, but nothing is mentioned about the "Property" you mentioned?

You know, I am using InstallShield Script, and need to retrieve the selected radio button using InstallShield script. Do you know of any sample InstallShield script I can refer to that? 

0 Kudos

Thank you so much.

0 Kudos