jwhetstone Posted October 22, 2001 Posted October 22, 2001 I'm trying to make a listenable database of my company's projects. I'm wondering two things: 1 - I need to automate the process of inserting mp3, aiff, or wav files into container fields. This is possible with JPEG or other graphic files with the use of applescript. I can tell filemaker pro to use "set cell" to set the container field to a jpeg file. I cannot however accomplish the same thing when the file is an mp3 - Filemaker gives me the "Wrong Data Type" error. Does anyone know a better way of doing this, and if not, can anyone tell me how to teach Filemaker that any format that Quicktime supports can go into a container field? 2 - Does anyone know how to check to see if a container field already contains a quicktime movie? I want to check to see if an mp3 is already in the container before I let the user add one. I've tried If ["Track Media"] Beep End If and the darn thing won't beep if there's a quicktime movie in there or not. HELP!! Thanks!
Newbies oomhs Posted May 30, 2002 Newbies Posted May 30, 2002 I set up a field calculation with if(isempty) and the varied the text depending on whether there is anything in the field or not. Hope this helps
Recommended Posts
This topic is 8582 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now