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.

Opening preview to show full sized image

Featured Replies

I'm guessing this is a job for Apple Script. How would I go about using a button to open preview to display the full sized version of an image I have in a container field?

Thanks!

Create a FileMaker script.

Add the Export Field contents script step. Specify your container field. Make a file reference that points to a common place(like top level of the hardrive) and use a generic filename with no extension. Like "Preview".

Then add the Perform applescript script step and use the following code

tell application "Preview"

open "Macintosh HD:Preview"

end tell

  • Author

Not sure what you mean by "make a file reference". Where do I do that?

  • 4 weeks later...
  • Author

Anybody?

apwalton, there are several different possibilities. We don't know exactly what you have in the container field, and everything depends on that. You say you want to "display a full-size image in Preview."

OK, what is in the container field? A smaller size image? Is it stored "as reference only"? Or is it "embedded" (not as a reference)? In this last case you would HAVE to have the file path to the external image file, because you lose it after embedding.

Or is it the full-size image, stored as a reference, and you just want to open it in Preview instead?

Or did you just calculate the image, using the relative path, in order to display (also possible)?

Or did you store the whole file also?

As you can see, many choices, each with a different method to do what you want. The only one that is not possible is "embedded image, don't know where the original file is; didn't embed its file either."

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.