Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Object skips Thisform.Release()
Message
From
11/06/2003 19:33:31
 
 
To
11/06/2003 19:23:00
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00798705
Message ID:
00799183
Views:
51
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
Previous
Reply
Map
View

Click here to load this message in the networking platform