Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Do I Check Whether an App is Already Running?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How Do I Check Whether an App is Already Running?
Miscellaneous
Thread ID:
00131948
Message ID:
00131948
Views:
48
Greetings!

When a VFP5 app is started, is it possible to test whether it is already running so only one session is allowed?

Visual Basic has a simple test for this:

If App.PrevInstance Then
MsgBox ("This application is already running.")
End
End If

Is something like this possible in VFP5?

Thanks!

Michael Reynolds
Next
Reply
Map
View

Click here to load this message in the networking platform