aholtzapfel Posted September 28, 2007 Posted September 28, 2007 (edited) Ever put a web viewer on a layout and had users complain when they scroll thru the records. Does it bog down your system with lots of unneeded requests for web pages that you don't need (at least at that moment) Well, I have. This is the solution I came up with and I thought I would share. (It's only fair, It is peiced together from stuff I learned right here on FM_Forums.) The solution Uses a Logical function in a web viewer to either display, or not display the web page and show Custom Messages in the web viewer saying why it isn't displayed. (sample uses USPS.com to standardize addresses using an address, city, and st, included is a script that will update/enter address, city, state, zip, zip+4, and county in the usps standard format.) ConditionalWebviewer.zip Edited September 28, 2007 by Guest
FestiveEmbalmer Posted October 5, 2007 Posted October 5, 2007 Good thinking- This is incredibly useful!
Newbies smalco64 Posted March 30, 2011 Newbies Posted March 30, 2011 Hi, I'm a newcomer to scripts. I'm using the below script of scrap the Lat/Long coordinates from google maps API. For some records I'm missing the Zip code or the city, however google maps returns the right xml data in the web viewer if the address and country are available in the record. The question is how to modify the below script so that it will also update, besides the Lat/Ling coordinates, the missing fields such as city (location) or postal_code?
Recommended Posts
This topic is 4998 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