2007 Jan 25 8:41 AM
i have a requirement where in i need to include a check box in a table control, as in the first column is a sales order , 2nd a item the third should be a check box.Any pointers on how to get a check box in a table control.
i have a requirement where in i need to include a check box in a table control, as in the first column is a sales order , 2nd a item the third should be a check box.Any pointers on how to get a check box in a table control.
2007 Jan 25 8:48 AM
Hello ,
In the Attributes of the Table Control u could enable the
w/ selcolumn check box to get the first checkbox.
For getting the 3rd column as checkbox
Declare a field in the itab u r using for the TC
<b>Check like DD03D-KEYFLAG</b>
Add this feild in the TC as the third Column,
Hope this will solve ur problem.,
If useful reward.
Vasanth
2007 Jan 25 8:50 AM
Hi
U need only:
- to drag a checkbox from the left colunm of the screen painter to your table control.
- Or before inserting the field in the table control set the flag CHKB;
- Or after inserting the field in the table control, select it and go to Edit->Convert->Checkbox
Max
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |