Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quit application
Message
From
15/07/2003 08:40:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Quit application
Miscellaneous
Thread ID:
00810154
Message ID:
00810154
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform