Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inconsistency Error
Message
De
30/09/1999 03:26:23
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
29/09/1999 23:10:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00270381
Message ID:
00270902
Vues:
29
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform