Jump to content
Server Maintenance This Week. ×

multi user logging on and off


mallikai

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

Recommended Posts

is there a way in a multi user solution to have a list of logged on and logged off users for everyone to see...

I'm using filemaker 5.5 multi platform...not server

each user has their own password and is assigned their own groupname...there are about 15 files with a main menu..

thanks

Link to comment
Share on other sites

Self-created log on/off systems are in my opinion worth a forum for themselves. I used a system for a company just a few weeks ago where a new file is created for each logon and a status field is set to active. As soon as the user logs off the record isn

Link to comment
Share on other sites

what i've managed to do so far...

I created a field for each employee in a log file...each field is a calc field that states

If(Status(CurrentGroups)="Employee1", "Employee1 is Logged ON", "Employee1is Logged OFF")

Then I related this to the main menu with a global. Then, in theory, I guess I could perform a script that when each person logs into, it would create a new record with the highest record number at the top so the only record to be shown would be the latest one showing who is on?

But then, when someone logs off, would I create another record as that person logs off? I don't think that would work cause as they are closing file, arent't still on?

Sorry.if I seem I am rambling..I'm just thinking out loud...

thanks...

Link to comment
Share on other sites

This topic is 7919 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.