Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Do I Check Whether an App is Already Running?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How Do I Check Whether an App is Already Running?
Divers
Thread ID:
00131948
Message ID:
00131948
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform