hi to all
I have my MYPROG.EXE, in this program I have this choiche on menu...
Action Ricerc() start and open one nowait dialog.
1. How can I to check if ricerc() is already active ?
2. How can I stopped If users run another time MYPROG.EXE?
ciao
Damiano
I have my MYPROG.EXE, in this program I have this choiche on menu...
function BuildMenu()
local oMenu
MENU oMenu
MENUITEM "Ricerca"
MENU
MENUITEM "Trova articoli" ACTION ricerc() ;
MESSAGE "trova articoli"
MENUITEM "Articoli in ordine" ACTION ordini() ;
MESSAGE "Articoli in ordine"Action Ricerc() start and open one nowait dialog.
1. How can I to check if ricerc() is already active ?
2. How can I stopped If users run another time MYPROG.EXE?
ciao
Damiano
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)