Kurt Wendt wrote on 2016-02-03: > Tracy - I agree - it DOES look like code is running in an Infinite loop. But, that really shouldn't be happening. > > When I test - I run the APP - not the EXE - and in another session of VFP where I am doing Editing of the Forms. And, I simply run the main system - then click a button that launches another form that has the custom subclassed Grid on it. At that point - I'm just running the system, and I'm not looking at code via the Debugger. > > Thanks, > Kurt >
Kurt, Check out the SET ESCAPE Command. When you are running the APP, you may be in a VFP session that allows the debug window. Pressing the escape key, may allow you to stop the loop and see what might be the root cause. You may need to SET ESCAPE ON when the form initializes for testing. Tracy Pearson PowerChurch Software _______________________________________________ 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.

