July 4, 20187 yr Hi there My database downloads a map (Google Map API), based on coordinates within the database records. I have the same field on another Layout (intended for printing) which is (currently) downloading the same map, every time. Unfortunately, it won't print. I'm guessing because the database itself is so large -around 1000 records- that it's trying to download the maps for every record prior to printing, locking the whole system up. So my query: as the coordinate data related to each record is quite static, is it at all possible to simply download the map Once, store it and reuse the stored map in another layout? Also, is there a way to have FMP or the Google API check if there have been any changes to the coordinate data since last Map download, and only refresh the map if the data has been modified? Many thanks! Mark
July 19, 20187 yr I would say you could store it. But have you considered using a global in this case?
Create an account or sign in to comment