Joseph31 Posted May 17, 2005 Posted May 17, 2005 Is there a Line Item in a script that can tell the script who is logged in. Let me explane this a little more: I want to make a script that is an If else statement If [john] is running the script -- then do this else do this. can this be done? Help Joseph
Søren Dyhr Posted May 17, 2005 Posted May 17, 2005 The calc'function Get(Username) comes to mind --sd
MikePR Posted May 18, 2005 Posted May 18, 2005 Joseph: Create a script using the Status(CurrentUserName) if you are running version 6 or replace it with the corresponding "Get" on FM Pro 7. You can add nested if's inside the Else part for more users. if [
Joseph31 Posted May 18, 2005 Author Posted May 18, 2005 Thank you to you both... That worked... Joseph
Newbies Elrond Posted July 20, 2005 Newbies Posted July 20, 2005 Thank you. I was also creating a start up script that would take the user to their respective menu, one menu for an administrator another for a user and I was trying to use "or" to separate the user names but it wasn't working. I did what you seggested and "put each name in a separate line and it worked. Thanks
Recommended Posts
This topic is 7069 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