Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14059 - Cell Combo index invalid for cell combo list

14059   Cell Combo index invalid for cell combo list

Cause

This error occurs when an index comboIndex property value is set for a cell of a table that has an inputType property of ComboBox and that index value is invalid. Setting the comboIndex value for the cell selects the specified entry in the combo box, so the index must be in the range 1 through the number of entries in the combo box.

Action

Check the text that is loaded into the combo box (entries separated by tabs), and check that the correct index value is specified.