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.

Passwords?????????

Featured Replies

Don't know where to put this question but here it is.

I have a database of 600 contacts Name/ address/ phone/fax/ etc

I have set up two fields username and password

Username is not a problem

Is there any way of generating a random password for each one within filemaker?

  • 1 month later...

If you ant use use pre-defined passwords, you can have a file of them, then write a script to go to a random record number, copy the password, mark it as "used" and paste it into the person's record.

Or, you can use a loop to generate a radom string. Such as

go to record/request [first]

loop

loop

exit loop if length(password) > 5

set field [gAlpha,"abcdefghijklmnopqrstuvwxyz1234567890"]

set field [password,password & middle(gAlpha,int(random*36+1),1)]

end loop

go to record/request [next, exit after last]

end loop

(or something like that).

Jeff

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.