Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External controls
Message
From
15/01/2000 03:15:26
 
 
To
15/01/2000 01:34:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00318497
Message ID:
00318504
Views:
32
Hi Ellai,

>Is there a way i could direct a funtion or change a property of a control form another form.

As long as you have a reference to it you'll be OK, ie:

DO FORM MyForm NAME loForm

can be referenced anywhere the variable loForm (can also be saved as a property, ect.) is in scope:

loForm.Show()
loFOrm.Caption = 'Did it work?'

Also, adding LINKED to loForm means the form gets released once the variable goes out of scope.
Previous
Reply
Map
View

Click here to load this message in the networking platform