Jscott Posted January 20, 2006 Posted January 20, 2006 I have a dialog box that asks the user if he is sure that they want to create a new record. What I am trying to do is have the dialog box get the current user and display "Are you sure 'CurrentUser' that you want to create a new record?" Is this possible?
Zero Tolerence Posted January 20, 2006 Posted January 20, 2006 "Are you sure " & Get(UserName) & " that you want to create a new record?"
Wim Decorte Posted January 21, 2006 Posted January 21, 2006 or "get(accountname)". Which will give you the name used to log into the file, not the name stored in the FM preferences.
Recommended Posts
This topic is 6946 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