Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorry to be such a Dullard!
Message
 
 
À
25/07/2010 21:35:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01473802
Message ID:
01473830
Vues:
50
>>To check for existence:
>>
>>if type('thisform.OtherForm.Name') = 'C'
>> * Form is alive
>>endif
>
>
>Thanks.
>
>As would:
>
>IF vartype(Thisform.OtherForm.Name) = 'O'
> ThisForm.OtherForm.Name.Release()
>ENDIF
>
>
>Correct?
>
>dg

Vartype check in this case may be not 100% reliable. Checking for name with type is 100% reliable method.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform