Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Quit Visual Fox Pro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00303680
Message ID:
00303776
Vues:
23
>Jim,
>
>I'm Guessing I put this in my Main (duh). I tried using on shutdown quit, but the quit command won't work in that context. Do you have a simple suggestion?
>
>Thanks again!
>
Stacy,

The help file has an example, essentially you need to clean up and allow fox to quit. Something along the lines of;

ON SHUTDOWN Do GetOut
* GetOut.prg
CLOSE ALL
CLEAR ALL
CLEAR EVENTS
QUIT
Of course a real one would have more in it biut the details are in the system design and I can't tell you what your system needs to have done when it shuts down.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform