Developer’s Guide

Table Of Contents
9-10 Developer’s Guide
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.
The source code is well commented, describing the methods for each
class used in this example.