[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Reading the name of the client using Wtsapi32.dll does not work on OE 11.7.2

  • Thread starter Thread starter Roger Blanchard
  • Start date Start date
Status
Not open for further replies.
R

Roger Blanchard

Guest
Are you running this code on the RDP server to get the client or are you running that code on the client? We just use System.Environment:GetEnvironmentVariable to get the client name. cClientName = System.Environment:GetEnvironmentVariable("CLIENTNAME"). cSessionName = System.Environment:GetEnvironmentVariable("SESSIONNAME").

Continue reading...
 
Status
Not open for further replies.
Back
Top