Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form going out of scope
Message
 
 
À
27/07/2006 14:54:05
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01140798
Message ID:
01140837
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform