Developer’s Guide

Table Of Contents
11-10 Developer’s Guide
See “Using a JDBC URL to connect to your database” on page 11-2
for information.
3. Select Inventory.fp5 (or other database name) on the left side of the
window to see information about it on the right side.
4. Expand the Inventory.fp5 node (folder) to expose the Layouts and
Scripts nodes.
5. Select Layouts to display the names of the layouts for the
Inventory.fp5 database on the right side of the window.
6. Expand the Layouts node to display a leaf node for each layout.
7. Select the Form View node to display the fields for that layout on
the right side of the window.
8. Click the Browse tab to display the first five records in the
Inventory.fp5 database.
The columns correspond to the fields available for the selected layout.
9. Select the Scripts node to display the names of scripts for the
Inventory.fp5 database on the right side of the window.
When you select a script name, a warning dialog box appears. This gives
you the opportunity to not run the script, which is especially important if
a database includes a script for deleting or modifying records.
View the source code of the example
1. Start your text editor (such as Notepad or SimpleText) or Java
development tool.
2. Open the main class file, FileMakerExplorer.java, in the
FileMaker Explorer folder.