Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CShutDownTimer Quetions
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
CShutDownTimer Quetions
Divers
Thread ID:
00694117
Message ID:
00694117
Vues:
48
Kevin,

On my system the cShutdownTimer class did shut the application down as the manual states, but allows new users to access the application after giving the message that they can't get access but it doesn't exit the application, even after the shutdowninterval.

Looking at the init method, there is no call to goAPP.OnShutDown().
*-------------------------------------------------------------------
*--- If application is currently in shutdown mode, display a message
*--- to the user, then exit the application
*-------------------------------------------------------------------
IF This.IsAutoShutDown()
	This.DisplayNoAccess()
	RETURN .F.
ENDIF
Is a new user attempting to get access supposed to be immediately denied or do they get to play around for the shutdowninterval?

Where is the best method location for instantiation of the cShutDownTimer to have it inform the user before they are able to logon?

Gary Pike.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform