Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem exiting program
Message
From
02/12/2004 09:53:08
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
02/12/2004 09:36:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00966368
Message ID:
00966375
Views:
8
Hi Vernon,
Clear Events stop something process. Try this:
nResponse=MESSAGEBOX('Do you want to quit this application?',4+32,'Confirm action')
IF nResponse=6
   THISFORM.Release()
Endif

* In form's Destroy method put it
CLEAR EVENTS
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform