This VFP EXE file is running out of Windows Task Scheduler on Windows Server 2012, and uses browse window object to display the current status (e.g: the current file being copied, step being ran, etc.).
-- The issue is that while app runs and the browse window shows, once it gets to the 10th or so file being copied (which in this case is coping down a bunch of tables), the view of the app completely freezes and Task Manager shows as Not Responding. But the task is still running, as after the usual time to process the rest of the file copies, the process finishes in normal amount of time and the window is refreshed.
The same thing happens when running any halfway intensive reports or queries from VFP command line, where it shows as frozen on some WAIT WINDOW message early in the process, but 10 or 20 minutes or however long that process takes, it all of a sudden refreshes the view and completes.
I have fiddled as much as I could with this specific Task's settings in Windows Task Schedule, as well as trying different refreshing and other attempts to force the grid to re-paint itself every so many seconds.
-- So is there any way you know of to force this Task to refresh it's view / force bring it back to visible 100% of time or at least periodically?
-- The issue is that while app runs and the browse window shows, once it gets to the 10th or so file being copied (which in this case is coping down a bunch of tables), the view of the app completely freezes and Task Manager shows as Not Responding. But the task is still running, as after the usual time to process the rest of the file copies, the process finishes in normal amount of time and the window is refreshed.
The same thing happens when running any halfway intensive reports or queries from VFP command line, where it shows as frozen on some WAIT WINDOW message early in the process, but 10 or 20 minutes or however long that process takes, it all of a sudden refreshes the view and completes.
I have fiddled as much as I could with this specific Task's settings in Windows Task Schedule, as well as trying different refreshing and other attempts to force the grid to re-paint itself every so many seconds.
-- So is there any way you know of to force this Task to refresh it's view / force bring it back to visible 100% of time or at least periodically?