Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Destroying Forms?
Message
 
À
04/05/2001 17:41:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00503820
Message ID:
00503927
Vues:
25
Matthew,

Your are getting the behavior you are because you are clearing the events before you have set up the read events. Try something like this;
PRIVATE llStrartApp

DO Form SetUp

IF llSTartApp
   READ EVENTS
ENDIF

* Your clean up code here
In the Init of your setup form, if you want the app started then set llStartApp to .T. otherwise leave it at .F. To kill the stup form simply return .F. from the Init.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform