Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CShutDownTimer Quetions
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
CShutDownTimer Quetions
Miscellaneous
Thread ID:
00694117
Message ID:
00694117
Views:
49
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.
Next
Reply
Map
View

Click here to load this message in the networking platform