SetUserName(UserName As String)

Application object

Sets the name of the current user. Particularly useful in combination with the AppUserLogin event where you can override the login sequence to your own. For example, you can look up something in a database or check a smart card with a user password.

Related topics

The Application object