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