wwProcess::oUser
If a request Authenticated using cAuthenticationMode of UserSecurity you can access the User Security's
foxpro
foxpro
FUNCTION OnLoad()
IF !Process.Authenticate()
RETURN
ENDIF
this.lblMessage.Text = this.cAuthenticatedUser + " " + ;
this.oUserSecurity.oUser.Fullname)
ENDFUNC
o.oUser
See also
Class wwProcess© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic