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.

Getting the path of a multimedia field

Featured Replies

  • Newbies

Hello,

I got an old db which has external references to images. I would like to be able to get the path to the images. That is I need to extract for each record the path to which the multimedia field points to. Is there any way to this ? I tried to export the db but it refuses to export multimedia fields.

There should be a solution since the path are available in the raw file...

Thanks for your answers.

Daniel

  • 3 weeks later...

If your on a Mac, you can use the follow AppleScript to get the image path...

tell application "FileMaker Pro 5

set theFile to cell "container" of current record

end tell

if theFile <> "" then

try

set thePath to theFile as string

display dialog thePath

-- and you can use the Finder to open your file

tell application "Finder" to open theFile

on error

display dialog "Image not stored as reference to file"

end try

else

display dialog "No Image found in current container field"

end if

If you're another PC only solution, I think you can use a plugin to gain simliar functionality, although I think you'll have to built it in before you import the images.

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.