Re: Release vs Unload

2008-12-20 Thread MB Software Solutions General Account
Ed Leafe wrote: On Dec 19, 2008, at 9:19 AM, MB Software Solutions General Account wrote: Great answer. Do other languages/dev-environments have this cool feature? I would think so, but who knows. _Steve -- does DotNet have this? Dabo does... That's awesome! Was VFP your

Re: Release vs Unload

2008-12-20 Thread Ed Leafe
On Dec 19, 2008, at 12:13 PM, Paul McNett wrote: Dabo does... Because of performance, though, it is turned off globally. Again, just as in VFP. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Release vs Unload

2008-12-20 Thread Ed Leafe
On Dec 20, 2008, at 8:15 AM, MB Software Solutions General Account wrote: That's awesome! Was VFP your inspiration on that one too? Not 100%, I'm sure. Paul wrote that part, and I'm sure that some of it was just making sure that he implemented our event model correctly! -- Ed

Re: Release vs Unload

2008-12-20 Thread Paul McNett
Ed Leafe wrote: On Dec 20, 2008, at 8:15 AM, MB Software Solutions General Account wrote: That's awesome! Was VFP your inspiration on that one too? Not 100%, I'm sure. Paul wrote that part, and I'm sure that some of it was just making sure that he implemented our event model

Re: Release vs Unload

2008-12-19 Thread MB Software Solutions General Account
Rick Schummer wrote: I was under the impression that with you click the X in the top right of a form it would call the form release method and then the unload method. The best way to understand the ordering of events is to use Event Tracking in the debugger. You pick the events, turn on

Re: Release vs Unload

2008-12-19 Thread Ed Leafe
On Dec 19, 2008, at 9:19 AM, MB Software Solutions General Account wrote: Great answer. Do other languages/dev-environments have this cool feature? I would think so, but who knows. _Steve -- does DotNet have this? Dabo does... ;-) -- Ed Leafe

Re: Release vs Unload

2008-12-19 Thread Stephen Russell
On Fri, Dec 19, 2008 at 9:19 AM, MB Software Solutions General Account mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Rick Schummer wrote: I was under the impression that with you click the X in the top right of a form it would call the form release method and then the unload method.

Re: Release vs Unload

2008-12-19 Thread Paul McNett
Ed Leafe wrote: On Dec 19, 2008, at 9:19 AM, MB Software Solutions General Account wrote: Great answer. Do other languages/dev-environments have this cool feature? I would think so, but who knows. _Steve -- does DotNet have this? Dabo does... Because of performance,

RE: Release vs Unload

2008-12-18 Thread Tracy Pearson
Have a look at these events: QueryUnload Destroy Unload Tracy P.S. Trend of 3's ??? -Original Message- From: Kent Belan Sent: Thursday, December 18, 2008 4:32 PM Hello again, 2 questions in one day ... I was under the impression that with you click the X in the top right

RE: Release vs Unload

2008-12-18 Thread Rick Schummer
I was under the impression that with you click the X in the top right of a form it would call the form release method and then the unload method. The best way to understand the ordering of events is to use Event Tracking in the debugger. You pick the events, turn on tracking, and the