MossNelson
Programmer
My application (a VFP8 exe) contains a report which runs inside of a SCAN/ENDSCAN loop. The loop will execute approximately 3000 times and with each pass output a single REPORT FORM TO PRINTER NOCON command to various printers.
The problem: I would like my users to be able to do other things during the 4 hours or so that this report runs.
If I minimize the application screen and switch to some other open app on the desktop - the VFP app brings itself to the top again.
A little debugging and I discovered that this happens as I issue the REPORT FORM command. So the app is minimized for 5 seconds or so and then boom - it's on top again. Needless to say this is unacceptable because now no other work can be done at this workstation.
Does anyone know if this behavior can be changed or is it simply a function of the REPORT command that it must bring itself to be the foreground application to do it's thing ?
The problem: I would like my users to be able to do other things during the 4 hours or so that this report runs.
If I minimize the application screen and switch to some other open app on the desktop - the VFP app brings itself to the top again.
A little debugging and I discovered that this happens as I issue the REPORT FORM command. So the app is minimized for 5 seconds or so and then boom - it's on top again. Needless to say this is unacceptable because now no other work can be done at this workstation.
Does anyone know if this behavior can be changed or is it simply a function of the REPORT command that it must bring itself to be the foreground application to do it's thing ?