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.

Question regarding an action field....

Featured Replies

I know in HTML i can create a script that when a user selects a drop down list, it takes that user to a certain page. Well, is it possible in Filemaker for a user to have a list of options in a value list assigned to a field, i.e. New Record, Delete Record, Duplicate Record... so that when a user selects that option, it performs that script? I am trying to minimize buttons and that seemed to be the best thing to do.

On Windows it's easy. Just format a menu as a button attached to the script

Go to Field [yourfield]

Pause/Resume Script [0:00:00]

If [yourfield = "New Record"]

Perform Script [New Record]

Else

If [yourfield = "Delete Record"]

Perform Script [Delete Record]

Else

.

.

.

End If

End If

Make sure the field is formatted as a menu and not a list, or else it will not work.

Remember to create the field as a Global so that it only occurs once for the file.

Also, if you are using spaces or "-" before the menu value, ensure that the data you are checking against is exact.

e.g., if your field value is " - Delete Record", then the calc would be:

If(yourfield = " - Delete Record").

Not necessary, but i've always found it useful to visually segregate, so my menu would be:

RECORDS

---------

- Create Record

- Delete Record

This allows me to include multiple function areas in one menu without the user getting confused

  • Author

I think that was almost too easy... I guess just too much cold medicine yesterday. Thanks everyone!

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.