Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14058 - Cell Text does not match an entry in the cell combo list

14058   Cell Text does not match an entry in the cell combo list

Cause

This error occurs if a cell of a table has an inputType property of ComboBox and the cell text is set to a value that does not match any of the entries in the combo box. Setting an inputType of ComboBox means that the cell text can only be one of the entries in the combo box list. An entry is set by using the comboIndex property or by the cell text property.

Action

Change your application code to ensure that the text matches an entry in the combo box.