Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hidden property disappears in Runtime
Message
De
23/07/2003 22:38:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Hidden property disappears in Runtime
Divers
Thread ID:
00812997
Message ID:
00812997
Vues:
27
I'm using VFP 7.0
I have a hidden property that disappears before the Destroy() method during runtime.
Define class myClass ...
  hidden oControl_Next

  Procedure Destroy()
    this.oControl_Next = .null.        << "property oControl_Next not found" in runtime
EndDefine
class works fine during development, just in runtime it crashes.

If I change the property to protected, then it works in runtime also.

I've verified that the property is not used anywhere in any subclasses.

TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform