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

Bob, Help!

Maybe it's because it's a Friday afternoon and the sun is shining outside I can't get this or maybe the fact that AppleScript isn't my thing but . . .

I have a number of error checking actions occuring within a try. On an error I have a simple dialog appear. If an error occurs, I'd like to simply quite the whole applescript and let the user do what they must to fix the problem. What syntax must I use? The current problem is the applescript continues and a subsequent error message may appear thus confusing the user as to what the actual problem is.

Thanks in advance even if you have to tell me slap myself upside the head.

Here's a section of the applescript in question.

tell application "FileMaker Pro 5.0"

if theadprogram is "Multi-Ad" then

tell application "Multi-Ad Creator

If your script is set up as an application you should be able to use this syntax:

quit application "ScriptName"

If the script is within a Filemaker script, then the easiest thing that comes to mind is to do this:

code:


set ErrorCondition to false

tell application "FileMaker Pro 5.0"

if theadprogram is "Multi-Ad" then

tell application "Multi-Ad Creator
  • Author

Thanks, the ErrorCondition worked great. laugh.gif" border="0

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.