UnlockUser Method
Syntax
Context.Security.UnlockUser as L (UserName as C)
Arguments
- UserNameCharacter
The name of the user.
Returns
- resultLogical
Returns .T. if the user is unlocked; otherwise .F.
Description
Allows a user to login to the application.
Discussion
Context.Security.UnlockUser() will allow a user to login to the application. Check Context.Security.CallResult.Success before using the return value.