14081 The ActiveX control has not released all its Ole object references
Cause
This error occurs if the
The ActiveX control must call release on these objects when it has finished with the object. Failure to do so will cause leakage of memory and resources and can also result in the JADE application crashing.
Action
The creator of the ActiveX control needs to ensure that all interface objects used are released.