Does anybody know how to get the user name from active directory in FiveWin?
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
Does anybody know how to get the user name from active directory in FiveWin?
Bryon
I find this works because it looks at the credentials of the workstation profile. In Microsoft the workstation profile and the AD network id should be the same and syncronized..
Works from Win98 thru Vista
xLOGIN := WNetGetUser() // FiveWin function
Rick Lipkin
SC Dept of Health, USA
Thank you, I will give this a try.
Byron...