Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference one form from another
Message
From
18/07/2000 03:05:18
 
 
To
17/07/2000 22:54:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00393630
Message ID:
00393665
Views:
16
Hi Jimmy.

>> How do I reference a control on another form from the current form? i.e. Thisform.controlname.value would be the value of a control on the current form. How do you say Theotherform.controlname.value? <<

Why should one form have to know anything about specific controls on another form? IMHO, this may indicate some problems with your design.

Having said that, if the second form is being called from the first, here is a trick that you can use. _Screen.Activeform still references the calling form when the called form's LOAD is executing. So, in this scenario, you can add a custom property to the called form called oCalledBy use code in the called form's load like this to save a reference to the calling form:

This.oCalledBy = _Screen.ActiveForm

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform