Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing form while references to contols exist
Message
From
26/06/1998 16:26:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Releasing form while references to contols exist
Miscellaneous
Thread ID:
00112066
Message ID:
00112066
Views:
54
I have an object that dynamically creates headers for list boxes. This object is placed on a form, and a property (pcListBoxName) is set to be the name of the list box to manage.

The object also has a property that is an object reference to the same list box (EVAL(pcListBoxName)). My problem is that the form will not release. I think I understand what is happening:
the form release sees that there is a reference to one of the controls on the form (the list box), and therefore refuses to destroy itself.

I can code around this several ways (like by not keeping that object reference and EVALing everywhere, or specifically calling destroy() of the class with the reference), but it seems like there should be a better way.

Any thoughts,
Bob
Next
Reply
Map
View

Click here to load this message in the networking platform