> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/error-codes/table-control.md).

# Table Control

| Code  | Error                                                     | Description                                                                                            |
| ----- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| -1701 | K\_ERROR\_TABLE\_CTRL\_NO\_SELECTION                      | Error executing operation on selected line or cell of table control. There is no current selection     |
| -1702 | K\_ERROR\_TABLE\_CTRL\_LINE\_NOT\_FOUND                   | Error executing operation on specified line of table control. Line doesn't exist or not found          |
| -1703 | K\_ERROR\_TABLE\_CTRL\_COLUMN\_NOT\_FOUND                 | Error executing operation on specified column of table control. Column doesn't exist or not found      |
| -1704 | K\_ERROR\_TABLE\_CTRL\_CELL\_SELECTION\_MODE\_NOT\_ACTIVE | Error executing operation on cell of table control. The table does not have cell selection mode active |
| -1705 | K\_ERROR\_TABLE\_CTRL\_DIRECT\_EDIT\_MODE\_NOT\_ACTIVE    | Error executing operation on table control. The table does not have direct edit mode active            |
