I have an application running in VFP. I want to start another whole process from within my application that runs independently until I shut that down. I don't want to end that process when I end the first process. Can I do this?
Thanks for your help... I have a large vfp exe that is a large call center.... tracks multiple tables, keeps a client list, etc. Then I have a small vfp exe that does nothing more than monitor one of the tables as it changes on a timer. I would like to run the large exe, and then if they want to run the other (probably minimized on the task bar) it would not interfere with the large one. Once they open the small one, it should be its own process. Tried a run monitor.exe but it just flashes and returns processing to the large exe. The screen in monitor.exe (the small exe) is modal and I have a read events in the main program. I can't seem to get it to perform the way I want.
Thanks for your response. The reason I want to do this as another process is that I want to minimize it on the task bar and only see the main screen caption. Right now I am running them as two separate modules, but I would like to start one from the other. I know this seems weird, but it looks good like this and I would like to have only one icon on the desktop.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.