Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14404 - ActiveX object not created or already deleted

14404   ActiveX object not created or already deleted

Cause

This error occurs as a result of a coding error; for example, a method is called on an ActiveX control on a form that has previously been unloaded.

Action

Change your application code so that methods are not called on ActiveX controls after the containing form has been unloaded.