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
969

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
926

its not workin in at selection screen

event is not gettin fired

its not workin in at selection screen

event is not gettin fired

7 REPLIES 7
Read only

Karan_Chopra_
Active Participant
0 Likes
926

plzz help

Read only

0 Likes
926

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
926

in wat event in shud write this

Read only

0 Likes
926

Hi

Write it in AT-SELECTION SCREEN

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

Read only

Former Member
0 Likes
926

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
927

its not workin in at selection screen

event is not gettin fired

Read only

Former Member
0 Likes
926

Hi,

Sorry misunderstood the question.

Regards,

Shalini

Message was edited by:

shalini reddy