nelliott Posted February 13, 2001 Posted February 13, 2001 I am currently using Status(CurrentUserName) to automatically install the correct user details on emails and letters. The problem with this is that it is specific to each computer i.e. the user has to always use the same computer, and it can be changed through edit -> preferences. Is there is a way of linking this to a password instead ------------------
john.daly Posted February 13, 2001 Posted February 13, 2001 You cannot access Fielmaker passwords. However, if you have a small number of users you can check who they are by setting their passwords to allow access exclusively to a specific field. Build a script that runs when the file opens to try to write to each of the password specific fields in turn. This will generate an error except when it accesses the field for the specific user. Trap the error by setting Error Capture On. Someone posted a script for this quite recently but I'm not sure in which forum it was.
dspires Posted February 13, 2001 Posted February 13, 2001 Another approach, if you have a small number of users, is to create a 'group' for each one with a unique password. You can then use the Status(CurrentGroup) to accomplish your goal.
WBlanchard Posted February 13, 2001 Posted February 13, 2001 Still another approach would be to create a global name field, and then have a start up script to take the user to this field to enter their name on launch and then proceed on. Since globals are specific to a user session it would last as long as they had that session open. Added bonus, is that you can use the global on the left hand side of a relation to pull user specific information over. And finally, you only need one field and don't to worry about the dilemmas of trying to track currentuser, currentgroup, or what password they logon under. HTH
nelliott Posted February 14, 2001 Author Posted February 14, 2001 Thank you very much everyone! And the winner is...............? Cheers Nick
Recommended Posts
This topic is 8681 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