Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Sorry, I know this is off-topic..but there is a slight chance I might be able to do something about this in Filemaker so I'm going to ask it here.

Also.. this is for a mean boss so you will be doing a HUGE favor if you can help me :-)

I have a Filemaker system that has a portal with file references to PDFs on a network path. My user (on a mac) has configured his machine to open all PDF files with Acrobat Reader, however, some of the files he opens from the filemaker system are opening in Preview. I /think/ most of these PDF files that are opening in Preview were scanned on a machine that is also set to open all PDF file with Acrobat.

Can any of you suggest any ways to force the PDFs to open on his machine in Adobe Acrobat : I'm willing to consider unconventional methods !!!

thanks :B

Posted

If all your users are mac you can do a Perform Applescript script step and send it something like.


"tell application "Adobe Acrobat 7.0 Professional"

	open "Macintosh HD:New Table.pdf"

end tell"

Of course you would have to dynamically build the file path, which shouldn't be hard, and specify the correct applicaiton if your users don't have Acrobat 7.0 Pro. But that works for me.

Posted

It is telling me "there was an error opening this file, this file cannot be found"

this is my calculated applescript syntax:

"tell application "Adobe Reader 7.0"¶

open ""&Application_Materials::OS_checked_path&""¶

end tell"

Posted (edited)

okay.. the simple way i had things opening was....

goto portal field / select/perform

the referenced file had a path of the form:

file:ARAKI-G&D2005 1.pdf

filemac:/rtdb/SKI_Recruitment/MB/Ariana, Mario/Ariana-G&D2005 1.pdf

Do I have to convert this to something like this:

/Volumes/rtdb/SKI_Recruitment/MB/Araki, Mario/Ariana-G&D2005 1.pdf

:B?

AND if so... how can I do that from Filemaker :??

Edited by Guest

This topic is 6980 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.