wwProcess::oUserSecurity
If a request Authenticated using cAuthenticationMode of UserSecurity you can access the user security object directly from here, with the appropriate user selected.
foxpro
foxpro
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, 2025 • Updated: 2025-03-12
Comment or report problem with topic