Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong?
Message
 
 
À
01/10/2004 07:24:16
Km Kwun
Eastop Consultants Limited
Nt, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00947862
Message ID:
00947879
Vues:
16
You have to let the form get to a point where it is expecting user input. This is why your program crashes VFP and as Peter says you have to CTRL + ALT + DEL to exit this permenant loop. Having a loop in the INIT() method means the form will not finish loading, and therefore VFP doesn't look for input. Take the loop out of the init method. Use a timer if you want to update a clock on the form. Also don't forget to issue a CLEAR EVENTS, the DESTROY() method is a good place for that.

Lloyd.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform