Hi Gene,

it's the way it works : you can not 'interrupt' the execution of a method or event. When you execute CLEAR EVENTS, the 'event' is just added at the top of the event stack ... and unstacked at the end of the current method ....

You have a 'if' to test if the app must end, put the rest of the method in the 'else' ... Hope I am clear.

Now instaed of SYS(1270), can try just to write : thisform.object_name (ie Thisfom.btnquit). I think it will work. If yes, it shows that the gotfocus() of the next object is fired before the lostfocus of the current object ...

HTH
The Foxil

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to