‎2009 Oct 19 4:25 AM
hi experts,
as title,is it possible?i make one column char(1),but till as input field
best regards
zlf
‎2009 Oct 19 5:29 AM
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.
‎2009 Oct 19 5:29 AM
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.
‎2009 Oct 20 9:43 AM
‎2009 Oct 19 6:18 AM
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
‎2009 Oct 20 4:33 AM