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.

multiple selection from pop-up menu,using shiftkey

Featured Replies

Hello,

I was wondering how to do multiple selection from pop-pop menu. This is the script i have right now, it work fine but i want to do multiple selection while holding the shift key.

This is the Script, i have which fine:

Set Error Capture [On]

Allow User Abort [On]

Enter Find Mode []

Set Field ["Locations","Locations_list"]

Set Field ["Status","Status_list"]

Set Field ["Class","Class_list""]

Set Field [Year","Year_list]

Peform Find []

If ["Status(CurrentError) = 401"]

Show Message ["There were no records matching the criteria you selected"]

Find All

Else

Go to Layout ["Summary"]

End if

Thank you,

SolarPunk

First of all, I presume the "whatever_list" fields are globals.

Now to your question:

If you're doing multiple finds, don't mix up your "and" and "or" logic.

If you want to find all items in which the contents of a field is either "A" or "B", you need separate find requests (i.e. after doing all the "set field" steps, you need a "new record/request/page" script step, followed by data entry, then perform the find).

If you want to find all items in which the contents of a field is "A" AND "B", then you need to enter both values in the field. In this case, I recommend using check boxes (in the global fields) for manual entry.

  • Author

Thanks,

yes, the whatever_list are global fields. i will look into what you say.

thank you,

Solarpunk

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.