Antonio.
Team, fivetechsoft forums.
OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Why function does not work.
Is nothing new to them Now.
regards.
hathal.
OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Set Multiple ON / OFF
Hello,
i noticed this as well, i couldn't switch it off.
Best regards
Uwe
i noticed this as well, i couldn't switch it off.
Best regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
In Windows 32 set multiple is ON by default, so you can run as many instances of your application as desired.
To turn it off you have to do it programmatically this way:
More comments in:
http://forums.fivetechsoft.com/viewtopic.php?t=8922
To turn it off you have to do it programmatically this way:
Code: Select all
IF IsExeRunning(cFileName(HB_ARGV(0)))
MsgAlert("Your application is already running !","Attention")
Quit
ENDIF
http://forums.fivetechsoft.com/viewtopic.php?t=8922