Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie Obvious Q - Track Form Name?
Message
From
18/09/1999 16:34:21
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00266398
Message ID:
00266400
Views:
20
>My .prg is this-
>
>
>* All forms were created from the
>* same form class
>do form form1 noshow
>do form form2 noshow
>do form form3 noshow
>
>
>In the command window, I type
>
>form2.visible = .t.
>
>And VFP6 says 'object form2 is not found'
>
>form2 is the name on disk, the .name and the .caption.
>
>What's this form actually called?


There's a couple of ways to handle this.

DO FORM form1 NOSHOW name yourform

yourform.visible.show()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform