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

can i define a field so it generates an random code of 8 caracters?

This will work for using all the uppercase alphabet letters. If you want to extend it to lowercase and/or numbers etc, then add these characters to the text string and change the number "26" (which is the length of the text string).

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1) &

Middle("ABCDEFGHIJKLMNOPQRSTUVWXYZ",Int(Random*26 + 0.5),1)

If the calculation is unstored, it will update everytime you access the record. So, depending on your intended use, you might want to leave it as a stored calculation.

Also, if this is for password generation, then its easy to modify this calc if you want to set rules like the Password must start with a capital letter, the 3rd character must be a number etc, etc. You could also consider removing "I" and "O" from the string (now 24 long) to remove possible confusion between "I" and one, or "O" and sero.

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.