Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating a control on a form
Message
From
26/08/1999 11:47:51
 
 
To
26/08/1999 11:45:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00257973
Message ID:
00257985
Views:
19
Hi Steven,

>I am new at this. Can you be a little more specific. How do I reference the label outside the form?

Well, referenceing a form is like referenceing an object on the form. How do you call your form? If its with a DO FORM you can do something like this:

DO FORM MyFOrm.SCX NAME MyForm LINKED

Then to refreence that form anywhere you could do

MyForm.Label1.Visible = !MyForm.Label1.Visible

Does this help?
Previous
Reply
Map
View

Click here to load this message in the networking platform