Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Same activity on two events

Former Member
0 Likes
457

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
440

Hi,

u can write like this.

case radiobutton group name

when radio button1

fieldname-active = '1'(to view) or '0'(to hide)

after this u modify the screen.

Edited by: chandrika chireddy on Jul 18, 2008 11:58 AM

Read only

Former Member
0 Likes
440

Hi,

you can use AT SELECTION-SCREEN OUTPUT event.

under this you can modify the selection screen based on radio button group.

regrds,

venkat n