From time to time, I might start out using the New Database from Template. When I use the Contacts template, the first thing I do is add a URL field with a procedure that is simply
OpenURL «URL»
I also move the Zip field before the City & State on the Data Sheet and then update the Zip field code to be
«City»=City(«Zip»)
«State»=State(«Zip»
Updating the Template that is built into Panorama so that these issues are addressed in this way would not only make most users appreciate the offering, but it would also show off some of the easy ways that code can make the user’s day so much more productive. They would be incentivized to discover how other features can be similarly implemented.