Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form going out of scope
Message
 
 
To
27/07/2006 14:54:05
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
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:
01140837
Views:
20
This message has been marked as the solution to the initial question of the thread.
>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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform