Help

Table Of Contents
FILEMAKER PRO HELP 1271
An ampersand (&) is encoded only if a space follows it. For example, “& “is encoded, but
“&x” is not.
A pound sign (#) is encoded only if a number character (0 through 9) follows it.
The backslash (\) and percent (%) characters are always encoded.
All other characters are always encoded.
Notes
All of the characters listed above are Unicode characters. When a character is encoded,
both bytes are encoded separately (unless the first byte is 00), as described by the URL
encoding standard. See
http://www.w3.org/Addressing/.
Because FileMaker Pro cannot correct all possible URL encoding problems, test your web
viewer to ensure that its URLs are correctly encoded.
You can prevent FileMaker Pro from automatically encoding a URL by deselecting the
Automatically encode URL checkbox in the Web Viewer Setup dialog box. When this
option is deselected, the URL remains as it is entered.
Related topics
Defining a custom web address
Troubleshooting layouts with web viewers
Web Viewer Setup dialog box
Use this dialog box to specify the web address and other options for a web viewer.
1. Choose one of the websites on the Choose a Website list.
Or, choose Custom Web Address from the list. For more information, see Defining a custom
web address.
2. For each of the website parameters you want to use, do one of the following:
Note Some website parameters may be marked Required or Optional. If you do not specify a
Required parameter, the website might not provide the information you expect.
3. If you are adding or changing a web viewer in Layout mode, then continue to step 4 to
choose additional options. If you are setting a URL with the Set Web Viewer script step,
then click OK.
4. Select Allow interaction with web viewer content if you want to enable the user to
interact with the web page displayed in the web viewer.
To Do this
Specify a field that
contains the
parameter
Click and choose Specify Field. Then select a database field and click
OK.
Specify a
calculation that
generates the
parameter
Click and choose Specify Calculation. Then create a calculation and click
OK.
Specify a constant
value
Type a constant value enclosed in quotation marks. If you want to specify a
parameter that consists of both a constant and a field, specify it as a calculation.