Retrieves a user into the oUser member based on a PK or Username and Password lookup.
GetUser always sets the oUser member even on failure in which case the value is set to an empty object.
o.GetUser(lcPK, lcPassword)
Return Value
.T. or .F. sets oUser member.
Parameters
lcPK
A string PK for the user to retrieve
If 2 parameters are passed this parameter represents a Username
lcPassword
The password for the user to retrieve if 2 parameters are passed and the first parameter is a username. If username and password are passed behavior of this method is similar to Authenticate
See also:
Class wwUser*** Base Class Abstract Methods© West Wind Technologies, 1996-2024 • Updated: 10/10/19
Comment or report problem with topic