Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A New Twist On Is App Running
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00409058
Message ID:
00409102
Views:
38
You can try this very simple one i learned about a month ago

In your main place something like this:
local _file, Running
_file = '\tmp\Busy' && or any common location either per PC or in the network
Running = ( fcreate(_file, 0) < 0 )
Previous
Reply
Map
View

Click here to load this message in the networking platform