# 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            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/error-codes/table-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
