Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't release because of object reference?
Message
 
To
30/04/1997 11:56:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00030164
Message ID:
00030292
Views:
42
>>Thanks, this is a bit neater until we figure out the proper way to do this. Anyone? Has anyone had problems releasing forms when you have "this.objref = thisform.txtMyTextBox" in controls?
>
>Forgive me for backpedaling a little here, but why are you setting up >your addressing in this way to begin with?

It's just a nice way to reference the child and parent. From either I can just say:

this.objref.Zorder(1)
this.objref.Visible = .F.

Instead of

this.parent.&lcName..Zorder(1)
this.parent.&lcName..Visible = .F.


Michael.

Michael G. Emmons
memmons@nc.rr.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform