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

chkbox in table

Former Member
0 Likes
514

hi all , can u plaz tell me how to add chkbox in table in se11

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

there is no option of adding checkbox in the table.

you will have to deckare a field of type char with length 1. This field will take values as 'X' or ' ' for the checkbox.

hi all , can u plaz tell me how to add chkbox in table in se11

2 REPLIES 2
Read only

Former Member
0 Likes
488

I think there is no option to create as checkbox

so declare a single char field.

Read only

Former Member
0 Likes
489

there is no option of adding checkbox in the table.

you will have to deckare a field of type char with length 1. This field will take values as 'X' or ' ' for the checkbox.