September 1, 20214 yr This one has me stumped. For years I have emailed links to iPads using the format: url:fmp://[serverurl]/[filename]?script=[script]¶m=" & [parameter] It works great for hosted files. The iPad user opens their email, taps on the link, and Go opens the hosted file and performs the script. But now I have a local file saved on the iPad that records data while offline and then syncs it to a file hosted on the server. I want a user on the hosted file to be able to send a link back to the person on Go which will launch Go, open the local file, and then perform the script to go to the record in question. My usual URL format isn't working since it is a local file and not a hosted file. I thought I could just omit the server portion of the URL (like url:fmp://[filename]?script=[script]¶m=" & [parameter]) but no joy. I tried a bunch of different permeations but always get errors that either [filename.fmp12] can't be found or ".fmp12" can't be found. How do I write the URL to launch a local Go file from email? Edited September 1, 20214 yr by Cable
November 3, 20214 yr Newbies I added a script to a button, set variable $path ; get(filepath) then used show custom dialog $path. Try your link with the above. Charles
November 11, 20214 yr fmp://~/filename.fmp12?script=scriptname¶m=parametervalue fmp18://~/filename.fmp12?script=scriptname¶m=parametervalue fmp19://~/filename.fmp12?script=scriptname¶m=parametervalue How to create an icon on the home screen of your iOS device that can directly access a file using FileMaker Go (claris.com)
Create an account or sign in to comment