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.

Too many dialogs?

Featured Replies

I have a fairly long Calculated Applescript that runs inside a database.

when a dialog pops up, it gives the user a message and the user's only option is to click the cancel button which brings the script to a halt.

My question is why do I get two "Extra" dialog boxes after the initial Applescript dialog?

Two from Filemaker.

First: "User Cancelled" button OK

Second: "Unknown error -128" button OK

In embedded AS does filemaker get in charge of issuing warnings, there are two ways to avoid the problem:

display dialog "Howdy" buttons "OK"

This makes it imposible for the user to choose a cul de sac - what it does is it gets rid of an unused button. The other way is to make it inside a:

try

display dialog "Howdy"

on error <- this gets removed by the compiler if nothing follows

end try

But who needs a useless button?

--sd

  • Author

Thanks Soren:

I wrapped the whole script in that try statement.

Got rid of the filemaker dialogs

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.