2009 Apr 22 8:24 AM
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
2009 Apr 22 8:29 AM
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
2009 Apr 22 8:26 AM
Hi ,
select the three radio buttons and right click you will get the options in that you can assign the group.
regards,
Prabhudas
2009 Apr 22 8:29 AM
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
2009 Apr 22 8:36 AM
Thanks Venkat and Prabhudas for your advise.
The problem's solved!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |