Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inconsistency Error
Message
From
30/09/1999 03:26:23
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
29/09/1999 23:10:15
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00270381
Message ID:
00270902
Views:
30
>Hi,
> Do you know what is the title of the ultility? I failed to find it!!!
> What is dangling object ref.?
>
>Thank you


Unfortunately I don't remember the title, just remember there was something like that.
Dangling object reference means, you have a variable holding a reference to an object. You cannot close form or get GPF till object is alive and reference is not nullified. Very rough and simple but this gives idea :

thisform.mycustomvar = thisform.someobject && An object reference...
* thisform.myCustomVar = .NULL. && w/o this line somewhere - ie: in destroy
thisform.release && Would either GPF or form doesn't close (Activex tend to GPF)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform