I have an application that starts 7 parallelFox workers. This application has been running for many months. But, on my development box for a reason I have not been able to figure out, each worker now displays on the taskbar. On the production server this does not happen.
I found I can make these windows NOT display by explicitly setting loVFP.Visible = .F. in the parallelfox.vcx workerproxy.init() method.
But, this is not set on the production server where this does not happen.
Also, when I copy the compiled EXE from the production server where these windows do NOT display to my box they DO display.
So it has to be my runtime environment.
Any idea what could have changed for these worker windows to start appearing?
I have an application that starts 7 parallelFox workers. This application has been running for many months. But, on my development box for a reason I have not been able to figure out, each worker now displays on the taskbar. On the production server this does not happen.
I found I can make these windows NOT display by explicitly setting loVFP.Visible = .F. in the parallelfox.vcx workerproxy.init() method.
But, this is not set on the production server where this does not happen.
Also, when I copy the compiled EXE from the production server where these windows do NOT display to my box they DO display.
So it has to be my runtime environment.
Any idea what could have changed for these worker windows to start appearing?