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.

Check to see if a file exists

Featured Replies

- I have a button on a db.

- When the button is clicked it opens a file (via a script).

- The file relates to the record number (so if it is record #5 and you click the button a file called "5.pdf" is opened via the "open URL" script step)

the question:

Is there a way to check if the file exists? for example, if the file doesnt exist Id like to give the user a message ( "Show Custom Dialog")

thanks!

Just thinking on the fly...

How about the script:

Open file 5.pdf,

If Current(file name) does not equal 5.pdf,

Show custom dialog.

End if.

Good Luck.

Trap the error in the script:

Set Error Capture [On]

Set Field [zc_ErrorCaptureField_g; Get (LastError)]

#The field zc_ErrorCaptureField_g is a global text field

If[zc_ErrorCaptureField_g <> 0]

Show Custom Dialog ["Couldn't find the file..."]

End If

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.