Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form going out of scope
Message
From
28/07/2006 10:28:50
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01140798
Message ID:
01141099
Views:
19
>>Greg, thanks for the detailed code. One more question:
>>
>>When I determine that Form1 exists,
>> isnull( _SCREEN.MyRef[1] ) = .F.
>>how do I reference the form and execute the .Show method?
>
>You will use this syntax
>
>loForm = evaluate("_Screen.MyRef[1]")
>loForm.Show()
>
>if direct
>_screen.MyRef[1].Show() would not work.

I have code where the above "direct" reference does work...
Previous
Reply
Map
View

Click here to load this message in the networking platform