Nuos Posted November 4, 2020 Posted November 4, 2020 Hey Folks Im sure this is asked but I can't figure it out. I don't want to link a file in the data schema - I just want to open it from an existing file while in go Created a button with single step, "Insert from URL Target:Selector::g_insertURL ; "fmp://Cleaners.fmp12" where g_insertURL is a global field and is on the layout. Get error 5 Command Invalid FM 19 on Mac Thoughts?
comment Posted November 4, 2020 Posted November 4, 2020 If you want to open a file using the FMP URL scheme, you should be using the Open URL[] script step, not Insert from URL[]. See Example 4 here: https://help.claris.com/en/pro-help/content/open-url.html Note that there is no need for a field for this (unless you want to use a field to hold the path and/or the name of the file to open).
Recommended Posts
This topic is 1733 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