I'm having problem with Visual Foxpro 7.0 Application running on Windows 2000 Professional. It's Occupying 100% of CPU with only a few Select and Copy commands. Does anyone knows why and how to resolve this problem ?
If the problem begins right after the app is started, you could set some break-point in your code and check the Windows Task Manager Performance tab after the selected break-points to zero in zero in on the code that is causing the problem. I would suspect it would be some endless loop or maybe a timer is executing ever 1/1000 of a second or something like that.
Leland F. Jackson, CPA
Software - Master (TM)
There are no timer object on this form. The code uses Select and Copy statements and in the process, updating the progress bar. The progressbar function only update one of the shape object base upon the percentage of completion. No endless loop here.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.