Determining user names in Citrix

B

Bill Murphy

On Windows and Novell networks I use a form which uses a function called
whoson() to create a list of all users currently using the Access 2000
backend mdb file. It does this by parsing the contents of the related back
end ldb file. This is a handy tool when you need to ask all users to exit
the application for maintenance or problem solving.

This works fine in a LAN environment, but in a Citrix server it just returns
a generic username like HOUSERVER1. Is there a function available that can
perform this same function in a Citrix environment and return the login name
of each user currently using the app?

Bill
 
Top