Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close a specific form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00935143
Message ID:
00935156
Vues:
20
>>Hi. VFP7. I want to release a form, but only if it exists. How do I test for the presence of a particular form?
>>
>>Thanks, Randy
>
>Another one
>
>if vartype(Myform)='O'
> Myform.release
>endif &&vartype(Myform)='O'

Take out quotes
if vartype(Myform)='O'
   Myform.release
endif &&vartype(Myform)='O'
... lo ciento
Imagination is more important than knowledge
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform