nutthick Posted May 4, 2005 Posted May 4, 2005 I'm trying to put a button into my database that allows me to open a file in Test:Path. However, it doesn't seem to work, nothing happens. I'm using openurl, anybody know what I'm doing wrong. Thanks PS This is FMP7 on OSX.2.8
DykstrL Posted May 4, 2005 Posted May 4, 2005 If you are trying to open a file on a FM Server, you can use this syntax: "fms://10.10.10.10/My_File.fp7". In Version 7, for this to work, you need to have a File Reference defined. If you are opening a file on the local machine use this syntax: "file:My_File.fp7". No file Refence is required.
Recommended Posts
This topic is 7142 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