Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7448 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I've setup a few databases ... I have my opening file that opens all the other databases needed. I've set passwords so that when I log in I get admin rights ... when the user logs in, the only get limited use.

Is there a way to find out who's logged in from the password they type in when the file opens? I don't really want to have to create an user and passwords database just for login. smile.gif

I've got an If statement on the user in the startup script ... so:

If["Status(CurrentUserName)="Me""]

ToggleStatusArea(Hide, Lock)

Etc ...

but if I needed to logon to the database on another user's computer ... this won't work, right?

Any ideas?

Posted

Use the Status(CurrentGroups) function....

Assign your superuser password to an Admin group that can do anything. Other passwords to another group. Then If(Status(CurrentGroups)="NotAdmin").....in your startup script.

Dana

This topic is 7448 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.