Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing multiple instances of a form
Message
De
29/01/1997 08:35:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00018445
Message ID:
00018689
Vues:
37
>Does anyone have a way of preventing multiple instances of a form without setting the Form WindowType property to 1-Modal?

it the name of your form in the properties sheet is myform1 you can have code like this

if wexist("myform1")
show window myform1
else
do form (name of the scx file)
endif

Michel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform