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

Radio button on Screen Painter

former_member300754
Participant
0 Likes
1,005

hi all,

i'm trying to set a group of radio button on Screen Painter. I have 3 buttons as radio but i cannot find the way to set a group for them.

As usual i write as the following:


PARAMETERS: R1 RADIOBUTTON GROUP RAD1,
R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
R3 RADIOBUTTON GROUP RAD1,

S1 RADIOBUTTON GROUP RAD2,
S2 RADIOBUTTON GROUP RAD2,
S3 RADIOBUTTON GROUP RAD2 DEFAULT 'X'.

and set the group as RAD1 and RAD2.

How can I set a group as above on Screen Painter?

Thanks in advance.

Peerasit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

The code that you have created is used in reports.

If you try in module pool, create two radio buttons using screen painter.

Pressing shift key in keyboard, select the two radio buttons and right click on the radio buttons and do "define radio button group". Then for either of the radio button assign a function code which will be take to both radio button.

Then it would automatically be grouped and you can check while running.

Thanks and regards,

Venkat

The code that you have created is used in reports.

If you try in module pool, create two radio buttons using screen painter.

Pressing shift key in keyboard, select the two radio buttons and right click on the radio buttons and do "define radio button group". Then for either of the radio button assign a function code which will be take to both radio button.

Then it would automatically be grouped and you can check while running.

Thanks and regards,

Venkat

3 REPLIES 3
Read only

Former Member
0 Likes
787

Hi ,

select the three radio buttons and right click you will get the options in that you can assign the group.

regards,

Prabhudas

Read only

Former Member
0 Likes
788

The code that you have created is used in reports.

If you try in module pool, create two radio buttons using screen painter.

Pressing shift key in keyboard, select the two radio buttons and right click on the radio buttons and do "define radio button group". Then for either of the radio button assign a function code which will be take to both radio button.

Then it would automatically be grouped and you can check while running.

Thanks and regards,

Venkat

Read only

0 Likes
787

Thanks Venkat and Prabhudas for your advise.

The problem's solved!