Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dangling object reference - no object there
Message
 
 
À
30/08/2003 17:02:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00824796
Message ID:
00824887
Vues:
15
Grigore,

It appears to be your use of the Objects[] collection that is causing the dangling internal reference.

However, if you use the Buttons collection instead it works just fine. Change your Enabled_Assign to this:
LPARAMETERS vNewVal

local i

THIS.Enabled = m.vNewVal

for i = 1 to this.ButtonCount
   this.Buttons[i].Enabled = m.vNewVal
endfor
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform