640
Views
3
Comments
Solved
How to get the current user computer name?
Question

Hi all,


I want to get the computer name of the current user (the user that is logon in an application). I like to create a relation between current Userid and his computer name.


Thanks


Matheos Polydorou

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

Hi Matheos,

Please check HTTPRequestHandler extension . for IP there is already one GetIp method to get client IP. It comes default with Oustsystems Platform.


Regards

-PJ-

2012-01-23 12-13-38
Matheos

Pramod Jain wrote:

Hi Matheos,

Please check HTTPRequestHandler extension . for IP there is already one GetIp method to get client IP. It comes default with Oustsystems Platform.


Regards

-PJ-

Thanks PJ


2016-04-22 00-29-45
Nuno Reis
 
MVP

Do you really need the name?


From my research you can only get the IP and the name most be obtained through ActiveX (IE only).

Most workarounds do ip -a, but that depends on several external factors you can't control.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.