Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Referencing and Form Releasing
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Object Referencing and Form Releasing
Miscellaneous
Thread ID:
00053143
Message ID:
00053143
Views:
95
I'm looking for an easy way for two textboxes to reference each other.
Because of the nature of the form they are on it is ugly for them to try
to reference using the common 'this.parent...' or 'this.form..' Instead I've
been considering having a property on each of the textboxes called oRef. So,
they could refer to each other by 'this.oRef.Value.' regardless of where in
the form they appear. The obvious stumbling block to this is, of course, that
a form that has any object references still intact won't release. I've tried
to manually release the object reference in the destroy even of the textbox
class, but the destory even doesn't even fire before the form hangs. Is there
a better/easier way of doing this?

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

Click here to load this message in the networking platform