Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5313 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Several people printing different forms.I want to be able to see who printed a specific form.

Ideally I would like to be able to place in the form layout a field that corresponnds to the user that is loggen into the FM application.

e.g. If John logs in with his Account Name and password - whichever form he prints, his name will show up at the bottom of that form, if someone else prints the same form, their name will show at bottom of the form

  • Newbies
Posted

Whatever I tried it seems that the only user name placed in the form field that I defined is the User Name that is in the General Preferences field

probably mis-defined the field ?

Posted (edited)

Sounds like you have Get (UserName) and Get (AccountName) confused.

Get (UserName) is the name in FM>Prefs. Totally useless.

Get (AccountName) is the account that was used to login to the file. If you'd rather have a more user-friendly name, then build a Users table that has their Account Name in a field. Find in that table in an Open Script and set all sorts of info to globals. For example, I set gStaffID, gUserNameFull, etc.

Edited by Guest
Posted

The Get(AccountName) function returns the name of the Account that accessed the file. Placing this into an unstored calculation field will provide the information.

HTH

Steven

This topic is 5313 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.