AppUserLoggedIn() As Long

Description

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

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_ERROR

Login failure. Prevents the application from being started.

Suggested usage

Normally used to prevent certain users from using a module.

Remarks

If EV_OK_ABORT was returned in the AppUserLogin event, then this event is not fired at all.

Application-level events