Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14002 - Property can only be accessed after the window is created

14002   Property can only be accessed after the window is created

Cause

This error occurs when a property that is a directive to the physical window associated with a form or control is accessed and there is no such associated window; for example, accessing the itemText array property of the ListBox class has no meaning if there is no associated window.

Action

Check the window object that is being accessed. To get this error, the object is not a running form or a control that is attached to a running form.