Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dangling Object Reference Question
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Dangling Object Reference Question
Miscellaneous
Thread ID:
00810002
Message ID:
00810002
Views:
55
Hi

In the class designer I set the a property called oBizObj of a dialog window to:

=Screen.ActiveForm.Controls(1).oBizObj

So that when the dialog is displayed it will use the Business of Object of the calling form.

However, when I close the dialog and then try to close the calling form, the calling form does not release despite the fact that I null the oBizObj property when I close the dialog window.

If I set the oBizObj property to:

Screen.ActiveForm.Controls(1).oBizObj

and then use Eval(myDialog.oBizObj) everything works fine. Can anyone explain this? Is this somehow related to how VFP caches the class definitions?

Thanks
Simon
Simon White
dCipher Computing
Next
Reply
Map
View

Click here to load this message in the networking platform