Hi,
I have a option group object with 3 radio buttons inside. Now i want to add 2 more options but i want them to be first and second... when i add them they automatically got 4 and 5 as values. Even if i move them in first place, change tab order.
here is what i got :
Option4 Option5 Option1 Option2 Option3
if i do thisform.OptionGroup.value = 1 it is always "Option1" but i want it to be "Option4" (one of the two newly added)
thanks
I have a option group object with 3 radio buttons inside. Now i want to add 2 more options but i want them to be first and second... when i add them they automatically got 4 and 5 as values. Even if i move them in first place, change tab order.
here is what i got :
Option4 Option5 Option1 Option2 Option3
if i do thisform.OptionGroup.value = 1 it is always "Option1" but i want it to be "Option4" (one of the two newly added)
thanks