Skip to Content
0
Former Member
Jul 18, 2008 at 09:40 AM

Same activity on two events

17 Views

Hello Experts,

I have written a code in which I have two set of radio buttons.In first set,there are 3 radio buttons.Second set has some 10 radio buttons.

When the user selects the third radio button from the first set, some of the radio buttons from second set should be disabled.

Now I had a requirment that I need to add some text fields in second set along with the existing radio buttons.These text fields will be connected to the radio buttons.Like for radio button Service Order Level we will have text fields for

1.Service Order Type

2.Trade

3.Responsible Party

4.Completion Date (TECO)

I am supposed to make these text fields visible on a click of a button which is defined next to execute button on the Application Toolbar.

I need a connection logic which would help me so that when a user selects third radio button from first set, only the radio buttons in second set should be visible and since they are connected to the text fields..text fields should not appear.They should be visible only when button is clicked.

kindly help with some sample code.