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

select single checkbox in table

Karan_Chopra_
Active Participant
0 Likes
967

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

1 ACCEPTED SOLUTION
Read only

Karan_Chopra_
Active Participant
0 Likes
924

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

7 REPLIES 7
Read only

Karan_Chopra_
Active Participant
0 Likes
924

plzz help

Read only

0 Likes
924

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

Read only

Karan_Chopra_
Active Participant
0 Likes
924

in wat event in shud write this

Read only

0 Likes
924

Hi

Write it in AT-SELECTION SCREEN

REWARD ALL HELPFULL ANSWERS...........

Read only

Former Member
0 Likes
924

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.

Read only

Karan_Chopra_
Active Participant
0 Likes
925

its not workin in at selection screen

event is not gettin fired

Read only

Former Member
0 Likes
924

Hi,

Sorry misunderstood the question.

Regards,

Shalini

Message was edited by:

shalini reddy