2007 Nov 22 11:21 AM
Hi,
I have a req like if a check box for a parameter is ON, then 2 radio button groups should disable/inactive.
only one among check box / Radio groups should be active.
How to acheive this?
PRa
2007 Nov 22 11:44 AM
have you associated a user Command to the checkbox.
You can assign a user command to a checkbox parameter using the USER-COMMAND ucomm addition
Then the Event will be triggered and in the Event AT SELECTION-SCREEN OUTPUT, based on the USer command and the value of the Checkbox you can Enable or Disable the radio buttons.
Reward points if useful.
Regards,
Abhishek
2007 Nov 22 11:28 AM
assign a modif id to each radio button group...
AT SELECTION-SCREEN OUTPUT event.. loop at screen
MOVE 0 TO screen-input.
MOVE 0 TO screen-active.
this will disable and hide the radio buttons...
2007 Nov 22 11:36 AM
I need to do this on the selection-screen.
Once I check the BOX then they should deactivate.
I tried the same in AT SELECTION-SCREEN.
it is not working.
PRA
2007 Nov 22 11:44 AM
have you associated a user Command to the checkbox.
You can assign a user command to a checkbox parameter using the USER-COMMAND ucomm addition
Then the Event will be triggered and in the Event AT SELECTION-SCREEN OUTPUT, based on the USer command and the value of the Checkbox you can Enable or Disable the radio buttons.
Reward points if useful.
Regards,
Abhishek
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |