Let ( [
a = "http://www.directories.ch/weisseseiten/base.aspx?language=";
b = Case (IsEmpty (language); "de"; language);
c = "&searchtype=adr_simple&do=search&name=";
d = Case ( PatternCount ( name; "-") > 0; LeftWords ( name; 1); name);
e = "&geo=";
f = city
];
Substitute (
a & b & c & d & e & f ;
["ü"; "%FC"];
["ä"; "%E4"]
)
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
Charts and graphs in your FileMaker 5/6/7/8 solution without a plug-in. 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