Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing multiple instances of a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00018445
Message ID:
00018448
Vues:
37
>>Does anyone have a way of preventing multiple instances of a form without setting the Form WindowType property to 1-Modal?
>
>Use the code similar to:
>
>If type('oMyForm') # 'O' or isnull(oMyForm)
> oMyForm = creatobject('MyForm')
>endif
>
>
>Well anything like that should work.
>
>Tom


I am not calling the forms as classes. I am using DO FORM. Is their something I could put in the Init method?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform