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

  • Newbies

I'm trying to reference audio files and play them in a FileMaker solution. I need a calculation that will take the file path from one field and dynamically feed a container field in order to bring up a particular sound file for auditioning in FileMaker - at least that's the way I perceive it to happen in my brain. If there's a better, more practical way to do it - I'm certainly open to suggestions.

The only stipulations are that the files are on a remote drive and can only be referenced - they should not be imported into the FileMaker solution for playback.

Thanks to all,

- Jay

Quick tutorial. Insert a file, as reference only, into a container field. Create a calculation, result text,

GetAsText (Container)

Look at the resulting field. It will be a couple lines (3 if a local file). The FileMaker absolute path is the last line. This calculation will get it:

Let ( [

Info = GetAsText (Contain);

vc = ValueCount (Info);

path = GetValue ( Info; vc )

];

path

)

So, that's the path you need for a file. If you create a calculation which produces that path, with a Container result, it will show the file, the same as if you used Insert. Double-clicking a sound file will launch Quicktime, and the sound can be played.

But, on a Mac, you could also play the sound more directly. This little command line tool will play any sound QT can play.

http://www.hieper.nl/html/play.html

It needs a regular Mac OS path to the file however. (Still working on a calculation to work whether it's a remote file or not. :)-)

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.