Hello.
Is there a way to see if the person logged on has administrator privileges on the machine? I've used the environ("username") function to obtain the log-on name and I've checked it to see if that name is "administrator".
Now, however, I need to check system privileges, not just the log-on name. So if Joe is logged on and he has administrator privileges, certain things happen and if he doesn't, other things happen.
Thank you for your help.
-Mike Kemp
Is there a way to see if the person logged on has administrator privileges on the machine? I've used the environ("username") function to obtain the log-on name and I've checked it to see if that name is "administrator".
Now, however, I need to check system privileges, not just the log-on name. So if Joe is logged on and he has administrator privileges, certain things happen and if he doesn't, other things happen.
Thank you for your help.
-Mike Kemp