AppUserLogin event

This event is fired when a user is about to log in.

Syntax

Public Function AppUserLogin() As Long

None.

Application

evtOK

Normal return.

evtOKAbort

VB logged in the user. Prevents the login dialog from being shown.

evtError

Login failure. Prevents the application from being started.

This event could be used to override the standard login sequence.

Related topics

AppUserLoggedIn event

Login (COM API)