Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form going out of scope
Message
De
28/07/2006 10:28:50
 
 
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:
01141099
Vues:
16
>>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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform