A5WS_Get_User_From_GUID Function
Syntax
User as C = a5ws_Get_User_From_GUID(C user_guid [,* Localrequest ])
Arguments
- User
The userid of a person in the user table.
- user_guid
The guid of a person in the user table.
- Localrequest
Optional. The request variable. Required if run from a web page.
Description
Returns a userid from a user_guid in the current project. 'Request' pointer must be provided if run in web page.
Discussion
The A5WS_Get_User_From_GUID() function returns the guid for a userid value in the user table. Returns the guid for a userid value in the user table.
Example
dim guid as C guid = A5WS_Get_GUID_From_User("doris") ? guid = "9036155807a2443782ba61ed2a974471" ? A5WS_Get_User_From_GUID(guid) = doris
Limitations
Web applications only.
See Also