November 16, 201510 yr Mac osx Maverick last update, Fmp adv_14.04. This it work if my database ar in the document folder: "FMP://~/" & "MyDatabase" & "?script=MyScript" I tested a different path ....."Desktop/MyFolder/".... and it doesn't work: "FMP://~/" & "Desktop/FolderName/MyDatabase" & "?script=MyScript" My question: Does is possible to open(url) a file located in ....."Desktop/MyFolder/".... ? Many thanks Edited November 16, 201510 yr by Franco Pagano
November 16, 201510 yr The "~" means the user's documents folder. So you can not use that AND a path that starts at the Desktop... https://www.filemaker.com/help/14/fmp/en/html/sharing_data.17.6.html
November 17, 201510 yr Author Wim many thanks, Then i can use the same host sintax, just use the desktop path rather then IP? fmp://{{account:password@}Desktop/MyFolder/}filename{?script=scriptname{¶m=scriptparameter}{&$variablename{[repetitionnumber]}=value}} Am i correct? other test failed: fmp adv 13.09 osx 7.5 "FMP://~/" & "MyDatabase" & "?script=MyScript" This should work but it doesn't. Edited November 17, 201510 yr by Franco Pagano
Create an account or sign in to comment