Newbies dtd Posted October 9, 2017 Newbies Posted October 9, 2017 Hi All, new to this forum so please be gentle. I am trying to get Filemaker go to open Sygic navigation and use the information in the filemaker field to perform a search in Sygic. Using open url I can get filemaker to open Sygic and using gps coordinates can do a search but I want to be able to use postcodes. In Sygic developer I am using the format that they say below drive to an address com.sygic.aura/address | country or country ISO code | city | postal | street | house number | type com.sygic.aura://address|SVK|Bratislava|85101|Einsteinova|21|drive But when I substitute country, city, postal for filemaker fields of the same name the search is not performed. "com.sygic.aura://address| test::country| test::city| test::postcode| test::street| test::house number|drive" Please can anyone see the obvious mistake I am making
doughemi Posted October 9, 2017 Posted October 9, 2017 It looks like you are outputting the literal values "test::country", etc instead of the field value. Try "com.sygic.aura://address| " & test::country & "|" & test::city & "|" & test::postcode & "|" & test::street & "|" & test::house number & "|drive"
Newbies dtd Posted October 9, 2017 Author Newbies Posted October 9, 2017 Thank you doughemi you are correct(but then you knew that) you have saved me a lot of time. I have learnt more looking at your reply than the previous 2 hours on google
Recommended Posts
This topic is 2612 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