Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with .exe file.
Message
De
19/08/2001 15:57:30
 
 
À
18/08/2001 18:25:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00545912
Message ID:
00545993
Vues:
15
>I have a main.prg file with the read events command, followed by a quit.

Does your code look like this?
ON SHUTDOWN CLEAR EVENTS
READ EVENTS
quit
That will never close, but this will:
ON SHUTDOWN CLEAR EVENTS
READ EVENTS
ON SHUTDOWN
quit
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform