Its true - I also have a ComboBox or 2 tied to data. I will disconnect them from the data as well - before doing the Release.
And - FYI - its also Slow when trying to open the Form to do editing. Although, that doesn't annoy me nearly as much - since I can just keep it open - and just keep retesting stuff... Thanks again! -K- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jack Skelley Sent: Friday, July 23, 2010 12:58 PM Kurt: The object that was hanging for me was a combobox. On my grids I issue: thisform.grid1.recordsourcetype = 1 &&alias thisform.grid1.recordsource = "" select GridTable use thisform.release() Regards, Jack ________________________________________ From: [email protected] [[email protected]] On Behalf Of Kurt Wendt [[email protected]] Sent: Friday, July 23, 2010 12:37 PM I just tried that - but, it didn't seem to help. Maybe I'm not doing it quite right. I have 2 Grids, in Page 2 & 3 of a PageFrame. Each grid is tied to a DBF. Here is the code I tried to use to disconnect from the Data upon hitting QUIT: ThisForm.Pageframe1.Page2.grdTimelines.RecordSource = "" -K- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jack Skelley Sent: Friday, July 23, 2010 12:08 PM Kurt: To you have an object that has its controlsource a table? If so set the controlsource to null then release the form. In one of my forms hung exactly what you are describing and when I removed the controlsource the form closed as expected. Regards, Jack Skelley _______________________________________________ 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.

