Table Control
Kalipso - Developing - Error Codes - 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 |
Last updated