If a request Authenticated using cAuthenticationMode of UserSecurity you can access the user security object directly from here, with the appropriate user selected.
FUNCTION OnLoad()
IF !Process.Authenticate()
RETURN
ENDIF
this.lblMessage.Text = this.cAuthenticatedUser + " " + ;
this.oUserSecurity.oUser.Fullname)
ENDFUNC
o.oUserSecurity
See also:
Class wwProcess© West Wind Technologies, 1996-2024 • Updated: 10/08/18
Comment or report problem with topic