[THIN] Citrix WI code

  • From: "Schneider, Chad M" <CMSchneider@xxxxxxxxx>
  • To: thin@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2004 12:05:59 -0500

Here is the code from NFUSE 1.7 page currently in use.

<%
' From Citrix 1.6 : Gets username and domain

Function BFPGetDomain(strTemp)

        i = InStr(strTemp, "\")

        BFPGetDomain = Left(strTemp, i - 1)
  
End Function

Function BFPGetUserName(strTemp)

        i = InStr(strTemp, "\")

        BFPGetUserName = Mid(strTemp, i + 1)
  
End Function
%>

Chad M. Schneider
Technology Analyst
Bemis Company IT
920-303-7609

********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you
know, in most cases, CPU Utilization IS NOT the single biggest
constraint to scaling up?! Get this free white paper to understand the
real constraints & how to overcome them. SAVE MONEY by scaling-up rather
than buying more servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
***********************************************************
For Archives, to Unsubscribe, Subscribe or 
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm

Other related posts: