Working with VFP 8, I have created an app that monitors a number of things within my work realm. I have a particular screen which summarizes a number of events and activities on a real-time basis with a timer set at 60 seconds driving the refresh. It's all good... and fully automated... except that I have a lot going on behind the scenes and the mouse can only access the screen controls (as a non-hourglass icon) for the last 6 or 7 seconds. Obviously this is not long enough even to click on an on-screen icon to trigger a hard-copy report.
Is there another way to handle this so that all the background grunt work happens "somewhere else" and then just a second or so is spent in refreshing and repainting the screen with updated data, leaving the mouse a 59 second useful life between refreshes?
Is there another way to handle this so that all the background grunt work happens "somewhere else" and then just a second or so is spent in refreshing and repainting the screen with updated data, leaving the mouse a 59 second useful life between refreshes?