2006 Sep 28 9:15 AM
Hello friends,
How to <b>deactivate</b> radio buttons on the screen?
2006 Sep 28 9:21 AM
2006 Sep 28 9:21 AM
2006 Sep 28 9:22 AM
Hello Sara
You have to modify the SCREEN table.
Define a PBO module like MODIFY_SCREEN_0100.
LOOP AT SCREEN.
IF ( screen-name = <name of radiobutton> ).
screen-input = 0.
MODIFY screen.
ENDIF.
ENDLOOP.
Regards
Uwe
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |