For your Suggestion #1 - I actually already did a Suspend and did a Step thru of each command - and it seemed to run fine on each command - no slow down at all.
As for your suggestion #2 - I goofed on my original message. I actually DO have a Destroy for the Form - since that is where The Spell Checker sample had reset an object for the spell checker to Null. Should I try removing the Destroy event? -K- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Malcolm Greene Sent: Friday, July 23, 2010 3:23 PM To: [email protected] Subject: RE: VFP is Hanging on Form Exit - and Driving Me NUTS! Kurt, 1. I would try adding a wait window "some message" after each of the following commands to see if something one of these commands is doing is causing the delay. (I don't see anything unusual, but this would eliminate the non-obvious) <snipped> RELEASE Last_User, Last_TDate (and a bunch more var's) CLOSE DATABASES thisform.Release CLEAR EVENTS </snipped> 2. "my form doesn't have any Destroy" If your form is based on a form class, your parent class could have a Destroy method with code that is causing the delay. Malcolm [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/289ea162f5642645b5cf64d624c66a14071a1...@us-ny-mail-002.waitex.net ** 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.

