Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Force a logoff when exiting app?
Message
De
21/03/2000 12:42:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual ProMatrix
Titre:
Force a logoff when exiting app?
Divers
Thread ID:
00348471
Message ID:
00348471
Vues:
41
Hi,

I found the following code here on the UT:

***************************
* force user to logoff of network
DECLARE INTEGER ExitWindowsEx IN Win32API INTEGER nFlags, INTEGER Reserved
DECLARE INTEGER ExitProcess IN Win32API INTEGER nExitCode
CLOSE ALL
FLUSH
=ExitWindowsEx(4,0)
=ExitProcess(0)
***************************

Has anyone used this with VPM? Where would I put the code?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform