Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14050 - Invalid Table column

14050   Invalid Table column

Cause

This error occurs if an attempt is made to set the value of the current column for the current sheet outside the range 1 through the value of the columns property.

This can occur when using the accessColumn method to set the sorting for a column before the value of the sortOrder property for the JadeTableColumn object has been set. JADE cannot access a table column to set its sort attribute before the sortOrder property of that column has been set.

Action

Change your application code accordingly.

When using accessColumn to set the sorting for a column, the sortOrder value must be set before the other sort attributes (such as, sortAsc, sortCased, sortType) for that column.