Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with .exe file.
Message
De
19/08/2001 17:09:01
 
 
À
19/08/2001 15:57:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00545912
Message ID:
00546006
Vues:
15
Duh!

I missed the bullseye here.


>>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
Répondre
Fil
Voir

Click here to load this message in the networking platform