Re: Resetting VFP

2018-04-27 Thread Fernando D. Bozzo
Depending on the kind of hang, killing VFP with task manager should suffice, but if in the process of hanging you add a bad programming practices, bad or no garbage collection, bad use of PC resources and intermitent hangings that can corrupt RAM, then power off/on is the final solution. We have a

Re: Resetting VFP

2018-04-27 Thread Stephen Russell
Power Off Power On Works for all IDEs. On Fri, Apr 27, 2018 at 12:21 PM, Gene Wirchenko wrote: > Hello: > > Sometimes, the coding is a breeze, and sometimes, it is not. > > Suppose, because of bugs, incomplete functionality, etc., you have > just hung up VFP. > > Is there a way t

Re: Resetting VFP

2018-04-27 Thread Fred Taylor
For that, I just use TaskManager and kill it. Fred On Fri, Apr 27, 2018 at 10:59 AM, Gene Wirchenko wrote: > At 10:42 2018-04-27, Fred Taylor wrote: > >> On Fri, Apr 27, 2018 at 10:21 AM, Gene Wirchenko wrote: >> >> > Hello: >> > >> > Sometimes, the coding is a breeze, and sometimes, it

Re: Resetting VFP

2018-04-27 Thread Gene Wirchenko
At 10:42 2018-04-27, Fred Taylor wrote: On Fri, Apr 27, 2018 at 10:21 AM, Gene Wirchenko wrote: > Hello: > > Sometimes, the coding is a breeze, and sometimes, it is not. > > Suppose, because of bugs, incomplete functionality, etc., you have > just hung up VFP. > > Is there a way

Re: Resetting VFP

2018-04-27 Thread Rafael Copquin
I use this: DECLARE ExitProcess IN kernel32 INTEGER uExitCode ExitProcess(0) Put this code in your personal menu (that you attach to VFP), and/or as a procedure in your app to exit the program. This calls a Windows API that kills the VFP instance and closes all files. It never fails. In my perso

Re: Resetting VFP

2018-04-27 Thread Fred Taylor
CANCEL CLOSE ALL CLEAR ALL usually works for me. Fred On Fri, Apr 27, 2018 at 10:21 AM, Gene Wirchenko wrote: > Hello: > > Sometimes, the coding is a breeze, and sometimes, it is not. > > Suppose, because of bugs, incomplete functionality, etc., you have > just hung up VFP. > >

Resetting VFP

2018-04-27 Thread Gene Wirchenko
Hello: Sometimes, the coding is a breeze, and sometimes, it is not. Suppose, because of bugs, incomplete functionality, etc., you have just hung up VFP. Is there a way to reset VFP? Something that always works? I know I can abort it and then restart it, but I have had to