October 20, 200025 yr I need to click on a button inside of FMP 5 that opens a PDF file. How can I do this? The open file script only opens FMP documents. Thanks!
October 20, 200025 yr quote: Originally posted by Jeff Abraham: I need to click on a button inside of FMP 5 that opens a PDF file. How can I do this? The open file script only opens FMP documents. Use Applescript if you are on a Mac, other use Send Message. Both will allow you to open external files of any type. Using Applescript or WinBatch will allow you to open files based on a field value, with a bit of programming anyway. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
October 20, 200025 yr Author Thanks for the tip. Problem is I do not know Applescript. Is this a simple script to create or an example of one on the web? Can the Applescript open a PDF file based on a FMP field number like an auto-entered serial number? Thanks! Jeff
Create an account or sign in to comment