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

checkbox in table control?

Former Member
0 Likes
743

hi experts,

as title,is it possible?i make one column char(1),but till as input field

best regards

zlf

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

Hi lf z ,

You are adding a fields in table control form dictionary. There you can see a option " Text : Option : Checkbox " Choose check box and add.

4 REPLIES 4
Read only

Former Member
0 Likes
671

Hi lf z ,

You are adding a fields in table control form dictionary. There you can see a option " Text : Option : Checkbox " Choose check box and add.

Read only

0 Likes
670

thanks all

best regards

zlf

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
670

Hi,

Yes you can have a checkbox as one editable field in the table control.

Just drag and drop the checkbox in the screen layout as you get I/O fields in the table control.

Also you need to take a field as chk TYPE c in the internal table which you need to display the data in the table control.

Now you can code for this checkbox accordingly.

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
670

hi all

thanks,i will check

best regards

zlf