Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting user name from Novell

Status
Not open for further replies.

sjmojeck

Technical User
Sep 6, 2001
24
US
I am trying to retrive a username from the registry in windows xp. We are on a Novell network.

I used the following but it doesn't work.

tName = QueryValue("HKey_Current_UseR\Volatile Environment", "NWUSERNAME")



Me![txtClosed] = tName
Me![Date Closed] = Now()

This use to work in Windows 98, the only difference being:

tName = QueryValue("Network\Logon", "NetWareUsername")


They KEY Network\Logon no longer exists in XP.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top