Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 7391 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

So I created a pretty cool object management system in FMP7 for PC's, but Mac's obviously can't view objects, or even insert objects. They can only insert files and then export the file out.

Is there any way to open that file up with it's associate program, like word, excel, etc.?

Double clicking doesn't work, you can't drag it to the program, it just doesn't seem to work unless you export the field contents out.

Thanks!

Posted

"Insert Object" in Windows uses a Microsoft technology I believe. So it is not available on Macs. If you Insert File in Windows, then it is a similar process to a Mac, in that you'd have to export the file out, then open it.

Once the field contents has be exported, it will open with its associate program, if it has one. The association is based on either the file type and creator (if created by a Mac application that uses those), or by its extension (just like Windows).

It can be opened from FileMaker by a Perform AppleScript step:

tell application "Finder"

open file "full Mac file path here"

end tell

(Or OpenURL with the url-type file path)

But that's not much use unless you've exported it to a known location/name, where the user has access, then used a AppleScript to move/rename it to somewhere convenient (like the user's desktop).

Another possibility is to export it directly to the "temporary items" folder, then open it. That would be if you just wanted to look at it, print it maybe, but did not want to keep it out as a separate file. It would be deleted by the system.

This topic is 7391 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.