UserIsLockedOut Method
Syntax
Context.Security.UserIsLockedOut as L (UserName as C)
Arguments
- UserNameCharacter
The name of the user.
Returns
- resultLogical
Returns .T. if the user is locked out; otherwise .F.
Description
Checks if the user is locked out from logging into the application.
Discussion
Context.Security.UserIsLockedOut() checks if the user is locked out from logging into the application. Check Context.Security.CallResult.Success before using the return value.
See Also