sboard0599 Posted July 5, 2001 Posted July 5, 2001 I have written a script that will find a certain set of records in another db based on a certain job number. Is there a way to find a set of records based on which password is used. Basically, how do I tell FM to use the password used to login to the file in a script?
dspires Posted July 5, 2001 Posted July 5, 2001 The password will equate to a Group, so you should be able to use the Status(CurrentGroup) function in your script.
sboard0599 Posted July 5, 2001 Author Posted July 5, 2001 I have 7 people associated with a group. Each has their own password. I want to be able to search based on who logged in, not based on the group. Is this possible?
Vaughan Posted July 6, 2001 Posted July 6, 2001 No, becuase you have more than one person using the same password. You'll have to give each person a separate password, then associate each password with a separate group. Alternatively, create your own "log-in" system where people first conenct into a "user" database and perform a find for their own record (username and password). Once done, you can then track the users yourself.
Recommended Posts
This topic is 8546 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