SOURCES:
Open Source Postal Codes:
http://www.geonames.org/postalcode-search.html?q=&country=CA
Theory about Canadian Postal Codes:
http://www.columbia.edu/kermit/postal-ca.html
Example File by Bob Weaver:
Find Locations by Postal Code within specified distance
http://fmforums.com/forum/showtopic.php?tid/194335/post/new/#NEW
Canada Post:
http://www.canadapost.ca/personal/tools/pcl/bin/range-e.asp
Wikipedia:
http://en.wikipedia.org/wiki/List_of_postal_codes_in_Canada
Open Source Project:
http://www.freethepostcode.org/
*/
Let ([
a = "http://www.postalcodedownload.com/";
b = pZip1;
c = "/";
d = pZip2;
e = "/index.html"
];
a & b & c & d & e
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
Become a successful software entrepreneur. Click
here.
Web Viewer Example Authors:
Link to all of your own Web Viewer Examples on this site with the following URL:
http://www.briandunning.com/filemaker-web-viewer/results.php?author=Your
Name Here