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

I use a button to show a custom dialog asking a user if they want to perform a function.

Even if I cancel the dialog using the cancel button, the function is performed.

This is how I did it in script maker

[color:blue]Show Custom Dialog []

[color:blue]If

[color:gray]--statements here

[color:blue]Else

[color:gray]--more statements here

[color:blue]End If

How can I abort the script if the user selects the cancel button?

Well of course it is! - Read up upon:

http://www.filemaker.com/help/FunctionsRef-236.html

--sd

You need to have something in the IF statement.

In this case, use the Get( LastMessageChoice ) function. It'd be something like:

If[ Get( LastMessageChoice ) = 1 ]

stuff when button 1 is clicked

Else If[ Get( LastMessageChoice ) = 2 ]

stuff when button 2 is clicked

Else

stuff when button 3 is clicked

End If

  • Author

Thanks Guys

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.