UserExists Method
Syntax
Context.Security.UserExists as L (UserName as C)
Arguments
- UserNameCharacter
The name of the user.
Returns
- resultLogical
Returns .T. if the user exists; otherwise .F.
Description
Checks if the user exists.
Discussion
Context.Security.UserExists() checks if the user exists. Check Context.Security.CallResult.Success before using the return value.