Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Object skips Thisform.Release()
Message
De
11/06/2003 19:33:31
 
 
À
11/06/2003 19:23:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00798705
Message ID:
00799183
Vues:
50
What happens if you:
this doesn't
form.control.method()
  lo = newobject('anything')
  lo.oCreator = this
*  this.addproperty('oSomething',lo)
  this.AddProperty('oSomething')
  this.oSomething = lo
  lo = .NULL.
endproc
form.control.destroy()
  this.oSomething = .null.
endproc

anything.destroy()
  this.oCreator = .null.
endproc
Does that change anything? I've seen .AddProperty() act screwy if you initialize it with an object reference.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform