May 4, 200520 yr 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
May 4, 200520 yr 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.
Create an account or sign in to comment