Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quit application
Message
De
15/07/2003 08:40:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Quit application
Divers
Thread ID:
00810154
Message ID:
00810154
Vues:
60
Dear All,

when i close application some files remain open and EXE file too.



DEFINE WINDOW abC FROM 12, 16 TO 16, 64 SHADOW DOUBLE
ACTIVATE WINDOW abC
@ 0, 4 SAY 'Do You Really Want To Exit From System?'
@ 2, 7 PROMPT ' OK '
@ 2, 28 PROMPT '< Cancel >'
MENU TO q
DEACTIVATE WINDOW abC
IF q=2 .OR. q=0
RETURN
ENDIF
USE usrlog ORDER usr DESCENDING
SEEK _mUserid
REPLACE toT WITH TIME()
USE
HIDE MENU neWs
HIDE POPUP ALL
a = 24
CLEAR
SET CLEAR OFF
CLEAR WINDOW
CLOSE ALL
QUIT

TIA
nafees
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform