Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing activation of a form
Message
De
21/07/2000 08:48:14
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00395339
Message ID:
00395345
Vues:
9
Hello.

Maybe something like this:

Create a new property in form: firsttime=.T.

In activate event:
If this.firsttime
dodefault()
firsttime=.F.
else
nodefault()
*!* Some code
endif


Hope this works
Grigore Dolghin
Class Software.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform