SitesMasstec
Technical User
Hello Colleagues!
I have an executable program (MENU0REC.EXE) that in its menu has a button to call another program
All programs are in VFP 9.
That said, the user execute MENU0REC.EXE, click on one button to execute MENU1EST.EXE and do his/her work. After some time he/she go out for a coffee with the program MENU1EST.EXE opened (running).
When the user get back to work the program is minimize and he/she forgot about it and executes (again!) the main program MENU0REC.EXE.
Is there a way to, when executing MENU0REC.EXE, it checks if there is another instance of MENU0REC.EXE or MENU1EST.EXE in the same computer?
Thank you,
SitesMasstec
I have an executable program (MENU0REC.EXE) that in its menu has a button to call another program
Code:
RUN /N MENU1EST.EXE
All programs are in VFP 9.
That said, the user execute MENU0REC.EXE, click on one button to execute MENU1EST.EXE and do his/her work. After some time he/she go out for a coffee with the program MENU1EST.EXE opened (running).
When the user get back to work the program is minimize and he/she forgot about it and executes (again!) the main program MENU0REC.EXE.
Is there a way to, when executing MENU0REC.EXE, it checks if there is another instance of MENU0REC.EXE or MENU1EST.EXE in the same computer?
Thank you,
SitesMasstec