AppUserLoggedIn event

This event is fired after a user has logged in using the standard login sequence.

Syntax

Public Function AppUserLoggedIn() As Long

Parameters

None.

Active objects

Application

Return values

evtOK 

Normal return.

evtOKAbort 

Login failure. Prevents the application from being started.

Suggested usage

This event could be used prevent certain users from using a module.

AppUserLogin event

Login (COM API)