S Sash Jul 23, 2009 #1 Does anyone know a way to capture a users Citrix username at the time they log-on and use this username in an existing Access database?
Does anyone know a way to capture a users Citrix username at the time they log-on and use this username in an existing Access database?
T Tom van Stiphout Jul 23, 2009 #2 On Thu, 23 Jul 2009 13:38:02 -0700, Sash Perhaps this will help: http://www.mvps.org/access/api/api0008.htm -Tom. Microsoft Access MVP
On Thu, 23 Jul 2009 13:38:02 -0700, Sash Perhaps this will help: http://www.mvps.org/access/api/api0008.htm -Tom. Microsoft Access MVP
T Tom van Stiphout Jul 25, 2009 #4 On Fri, 24 Jul 2009 12:48:01 -0700, Sash Huh? Just use this code as-is. You'll see it is indeed perfect. -Tom. Microsoft Access MVP
On Fri, 24 Jul 2009 12:48:01 -0700, Sash Huh? Just use this code as-is. You'll see it is indeed perfect. -Tom. Microsoft Access MVP
T Tony Toews [MVP] Jul 25, 2009 #5 Sash said: This is PERFECT, but do you have any idea what the dll is for citrix log-on? Click to expand... AFAIK Citrix uses Windows networking authentication. So that code should work just fine. Tony
Sash said: This is PERFECT, but do you have any idea what the dll is for citrix log-on? Click to expand... AFAIK Citrix uses Windows networking authentication. So that code should work just fine. Tony
T Tony Toews [MVP] Jul 25, 2009 #6 Tony Toews said: AFAIK Citrix uses Windows networking authentication. So that code should work just fine. Click to expand... Just to add to this. Citrix is a product that runs on top of Windows Terminal Server. Thus any authentication is done by Windows networking, etc, etc. Tony
Tony Toews said: AFAIK Citrix uses Windows networking authentication. So that code should work just fine. Click to expand... Just to add to this. Citrix is a product that runs on top of Windows Terminal Server. Thus any authentication is done by Windows networking, etc, etc. Tony
S Sash Jul 26, 2009 #7 Thanks Tom and Tony. The code did work perfect, but I thought it was pulling the log-on for windows. I'll do some more testing.
Thanks Tom and Tony. The code did work perfect, but I thought it was pulling the log-on for windows. I'll do some more testing.