mallikai Posted August 17, 2002 Posted August 17, 2002 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
LiveOak Posted August 17, 2002 Posted August 17, 2002 Status(CurrentGroup) will tell you who the current use is. You can create a log file to create a record each time a user logs on a use a shutdown script to delete the record each time they log off. -bd
Rigsby Posted August 18, 2002 Posted August 18, 2002 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
mallikai Posted August 19, 2002 Author Posted August 19, 2002 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...
Recommended Posts
This topic is 8130 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 accountSign in
Already have an account? Sign in here.
Sign In Now