Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hello Forum,

I want to create a login from the first name and last name field. I want to pull the first initial from the first name field and first seven characters from the last name field to create an eight character login to be displayed in a login field. Can some tell me how to perform this calculation

Thanks in advance Don

Use the Left() function.

Left(FirstName;1) & Left(LastName;7)

If you want you can then make accounts using these logins with a looping script.

Dana

  • Author

Taking it a step further Dana if you have the time to respond. How can I keep the first letter of the first name and the first letter of the last name all lower case. Also, can you give me an idea of the looping script you speak of?

Thanks for your help

Don

Lower(Left(FirstName;1)) & Lower(Left(LastName;7))

Loop

create account(login field;some initial password)

next record(exit after last)

End Loop

The script would cycle through records in the table that contains each login.

  • Author

Thanks so much Dana

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.