FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Posts: 80
Joined: Tue Nov 15, 2005 03:38 PM
OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Posted: Wed Jun 04, 2008 03:40 PM
Antonio.
Team, fivetechsoft forums.
OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Why function does not work.
Is nothing new to them Now.
regards.
hathal.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Set Multiple ON / OFF
Posted: Wed Jun 04, 2008 04:13 PM

Hello,

i noticed this as well, i couldn't switch it off.

Best regards

Uwe :lol:

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.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
OLD FUNCTION SETMULTIPLE() FROM FIVEWIN
Posted: Wed Jun 04, 2008 04:53 PM
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:
IF IsExeRunning(cFileName(HB_ARGV(0))) 
   MsgAlert("Your application is already running !","Attention") 
   Quit 
ENDIF

More comments in:
http://forums.fivetechsoft.com/viewtopic.php?t=8922
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion