Administrator’s Guide
Table Of Contents
- Preface Introducing FileMaker Pro 5.5 Unlimited
- Chapter 1 Installing the FileMaker Web Server Connector
- Chapter 2 Administering the Web Server Connector
- Chapter 3 Publishing your database on the Web
- Types of web publishing
- Using the FileMakerPro Web Companion
- Creating a custom home page
- Creating a custom home page for Instant Web Publishing
- Creating a custom web site using a database layout
- Web Companion support for Internet mediatypes
- Monitoring your site
- Exporting data to a static HTML page
- Testing your site without a networkconnection
- Opening password-protected databasesremotely
- Chapter 4 Custom web publishing using CDML
- About the CDML examples
- General steps for custom web publishing using CDML
- About CDML format files
- Generating FileMakerPro CGI requests using CDML
- Using the CDML Tool and templates
- Modified CDML tags
- About the CDML Reference database
- Creating error messages
- Using an encoding parameter with a CDML replacement tag
- Planning your web site
- Chapter 5 Using FileMakerPro XML to deliver your data
- About the XML examples
- General process for custom web publishing using XML
- Generating an XML document
- Using the FMPDSORESULT grammar
- Using the FileMakerPro Extended XMLgrammars
- About UTF-8 encoded data
- Generating FileMakerPro CGI requests for an XML document
- Using style sheets with your XMLdocument
- Comparing CSS, XSLT, and JavaScript
- Looking at the XML Inventory example
- Chapter 6 Using Java and JDBC to deliver your data
- About the JDBC examples
- About JDBC
- Using the FileMaker JDBC Driver
- SQL supported by the FileMaker JDBCDriver
- FileMakerPro support for Unicodecharacters
- About the FileMaker JDBC Driver interfaces and extensions
- Example 1: Looking at the FileMakerPro Explorer application
- Example 2: Creating the JBuilder Inventoryapplication
- Example 3: Creating the Visual Cafe Inventory application
- Using the FileMaker Java classes
- Appendix A Valid names used in CGI requests for FileMaker XML data
- Generating a –find, –findall, or –findany request
- Generating a –view request
- Generating a –new request
- Generating an –edit request
- Generating a –delete request
- Generating a –dbnames request
- Generating a –layoutnames request
- Generating a –scriptnames request
- Generating a –dbopen request
- Generating a –dbclose request
- Specifying parameters for the request
- –db (Database)
- –lay (Layout)
- –format (Format)
- –recid (Record ID)
- –modid (Modification ID)
- –lop (Logical operator)
- –op (Comparison operator)
- –max (Maximum records)
- –skip (Skip records)
- –sortfield (Sort field)
- –sortorder (Sort order)
- –script (Script)
- –script.prefind (Script before Find)
- –script.presort (Script before Sort)
- –styletype (Style type)
- –stylehref (Style href)
- –password (Database password)
- field name (Name of specific field)
- Appendix B FileMaker Pro values for error codes
- Appendix C Enabling the FileMaker Pro Web Companion in MacOS X
- Index
iv
FileMaker Pro 5.5 Unlimited Administrator’s Guide
Creating a custom home page for Instant Web Publishing
3-6
About the FileMaker WebPortal object
3-7
Overview of setting up a custom home page for
Instant Web Publishing
3-7
Creating a custom web site using a database layout
3-8
Overview of using a database layout as the
Instant Web Publishing home page
3-8
Using script buttons in Instant Web Publishing
3-9
Suppressing the Instant Web Publishing interface
3-11
Bypassing the Instant Web Publishing home page
3-12
Format filenames for instant web pages
3-13
Web Companion support for Internet media types
3-13
Monitoring your site
3-14
Using the access.log file
3-14
Using the error.log file
3-15
Using the info.log file
3-15
Using the Web Companion external functions
3-15
Exporting data to a static HTML page
3-16
Testing your site without a network connection
3-18
Opening password-protected databases remotely
3-18
Opening and closing databases using XML
3-19
Opening and closing databases using CDML
3-19
Chapter 4
Custom web publishing using CDML
About the CDML examples
4-1
General steps for custom web publishing using CDML
4-2
About CDML format files
4-2
Generating FileMaker Pro CGI requests using CDML
4-3
Request names
4-4
Requests for adding records to a portal
4-4
Requests for editing multiple records in a portal
4-4
Using the CDML Tool and templates
4-5
Using the Templates tab
4-6
Using the Tags tab
4-6
Customizing a format file template
4-7
Categories of CDML tags
4-8
Modified CDML tags
4-9
CDML tags new to FileMaker Pro 5
4-9
Modified CDML tags
4-10
Using an intratag parameter
4-11
About the CDML Reference database
4-11
Creating error messages
4-13
Using an encoding parameter with a CDML replacement tag
4-14
Planning your web site
4-14
Looking at the three CDML examples
4-15
Employee Database example
4-15
Guest Book example
4-16
Shopping Cart example
4-17
Chapter 5
Using FileMaker Pro XML to deliver your data
About the XML examples
5-1
General process for custom web publishing using XML
5-2
Generating an XML document
5-2
About XML namespaces
5-3
About FileMaker Pro database error codes
5-3
Using the FMPDSORESULT grammar
5-3
Description of elements in the FMPDSORESULT
grammar
5-4
Example of XML data in the FMPDSORESULT
grammar
5-4
Using the FileMaker Pro Extended XML grammars
5-5
Description of elements in the FMPXMLRESULT
grammar
5-5
Example of XML data in the FMPXMLRESULT
grammar
5-6
Description of elements in the FMPXMLLAYOUT
grammar
5-7