Skip 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.

Password call through scriptstep

Featured Replies

Want to let user type password one time and the solution shall contain over 1000 passwords, which enable the app after their valid pass.

First time it is asked for the password which bypass that password layout the next time. I put all the passwords in a Case() formula, but there seems to be a limitation on how many results there can be in a Case(). It will not accept all of them.

But I get all passwords in a valuelist and for me it seemed right to try formula, ValueListItem(dbname, valuelist) in a

If ["passwordfield = ValueListItem(dbname, valuelist)]

Iam not able to test this because it won't recognize my current dbname.

Would this work at all, this way?

Thanks,

(I assume you've a file in which password are stored)

There was a limit to the number of statements that could be nested (around 60) but it has been lifted/removed in FM 6

The function you use might work:

Say your list is named PasswordList; the formula

PatternCount (ValueListItems(Status(CurrentFileName),"PasswordList"), EnteredPassword) >0

will return true if the entered password is among the values of list PasswordList

Another (probably simpler) method of checking might be that of creating a relationship between EnteredPassword and Password and using the formula

not isEmpty(Relationship::Password)

that will return true if the password has a match

  • Author

Thanks, Pupiweb!

The Pattercount() formula did it.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.