I Have started a program by the following
do form .......
READ EVENTS
release all
close all
When trying to stop this program I use the following
CLEAR EVENTS
THISFORM.RELEASE
This does stop it however VFP is still running. I have to press Cntrl, Alt Del and end process. Should I run this in debug mode the debug stops when it gets back to READ EVENTS. Any Ideas??
do form .......
READ EVENTS
release all
close all
When trying to stop this program I use the following
CLEAR EVENTS
THISFORM.RELEASE
This does stop it however VFP is still running. I have to press Cntrl, Alt Del and end process. Should I run this in debug mode the debug stops when it gets back to READ EVENTS. Any Ideas??