2007 May 25 6:30 AM
i have displayed checkbox column in a table
i want want user to select only one chkbox at a time like radio button plz tell me how to do it
2007 May 25 10:51 AM
its not workin in at selection screen
event is not gettin fired
i have displayed checkbox column in a table
i want want user to select only one chkbox at a time like radio button plz tell me how to do it
2007 May 25 6:34 AM
2007 May 25 6:41 AM
hi,
u can check like this
if chkbox_1 eq 'x'.
SCREEN-INPUT = 0.
modify screen.
elseif chkbox eq 'x'.
SCREEN-INPUT = 0.
modify screen.
endif.
With Regards,
S.Barani
2007 May 25 10:04 AM
2007 May 25 10:16 AM
Hi
Write it in AT-SELECTION SCREEN
REWARD ALL HELPFULL ANSWERS...........
2007 May 25 10:40 AM
hi,
at selection-screen.
loop at screen.
if chkbox_1 eq 'x'.
SCREEN-INPUT = 0.
modify screen.
else.
if chkbox_2 eq 'x'.
SCREEN-INPUT = 0.
modify screen.
if chkbox_3 eq 'x'.
SCREEN-INPUT = 0.
modify screen.
.............
...............
..........
endif.
endif.
endif.
endloop.
reward some points if useful.
with regards,
suresh babu aluri.
2007 May 25 10:51 AM
its not workin in at selection screen
event is not gettin fired
2007 Jun 05 4:32 PM
Hi,
Sorry misunderstood the question.
Regards,
Shalini
Message was edited by:
shalini reddy
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |