Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14007 - This pseudo array method is not implemented - use the control properties only

14007   This pseudo array method is not implemented - use the control properties only

Cause

This error occurs if you attempt to use methods that are not implemented for a control.

The arrays associated with list boxes, combo boxes, and tables (for example, itemBackColor) are pseudo arrays. They have been defined in this way so that the bracket ([]) syntax can be used, and they actually map internally to the physical window for the control. Only the at and atPut methods are implemented. The other methods are not implemented.

Action

Change your application code to use only the available methods and properties of the control. Do not use the other array methods.