Thanks Rick, I appreciate the pointer. Not sure I want to invest much time in trying to multithread though.
I've set up several virtual workstations for the time being, and am moving all VFP work over to those until the data gets moved out of the DBF files and the no response problem goes away...mostly. Mike -------- Original Message -------- Subject: Re: VFP + Windows 7 From: Rick Schummer <[email protected]> To: [email protected] Date: 2/11/2012 2:23 PM Mike, >> Usually it's an issue with running reports in VFP....lots of data flowing >> back and forth between server and workstation...more than 10 seconds elapses and the dreaded "Not Responding" is displayed.<< Maybe you should consider one of the multi-threaded techniques like: 1) ParallelFox from VFPX, http://vfpx.codeplex.com/wikipage?title=ParallelFox&referringTitle=Home 2) Christof Wollenhaupt's DMULT.DLL. http://foxpert.com/downloads.htm This way you could spawn off the report and let the application continue. Even without the multi-threading you could spawn off another VFP application to show just the report and let the user Alt-Tab back to the main application. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

