SetUserName(UserName As String)

Application object

Sets the name of the current user. This is particularly useful in combination with the AppUserLogin event where you can override the login sequence and implement your own. For example, you can check your own database for the user’s name or implement a smart card procedure.

GetUserName

The Application object