Developer’s Guide

Table Of Contents
Preparing files for a custom solution
3-7
Note The FileMaker Pro Help system is not available in
FileMaker Pro runtime applications. However, Status Bar Help
(Windows) and Balloon Help (Mac OS) are available. In addition,
you can provide What’s This? Help for runtime database solutions
that run on Windows machines. See “Providing What’s This? Help
(Windows)” on page 3-9 for information.
Creating an About layout
For runtime database solutions, the FileMaker Developer license
specifies that you must create an About layout (or screen) that
provides information for your users on how to contact you for
technical support.
An About layout helps protect your database solutions in the event
that your users approach FileMaker, Inc. for passwords. FileMaker,
Inc. uses the About layout to distinguish databases created by
developers using FileMaker Developer rather than users of the retail
version of FileMaker Pro.
For more information about what is required to appear in the About
layout for runtime database solutions, see “Your responsibilities as a
developer” on page 3-15.
For a demonstration of an About layout in the primary file of a
runtime database solution, see the Runtime Solution Example
installed in the Design Tools folder:
FileMaker Developer 5 > Design Tools > Examples > Runtime Solution
Example
To create an About layout:
1. Create a blank layout in the primary file of your database solution
and include the word “About” in the layout name. (In FileMaker Pro,
choose View menu > Layout Mode, choose Layouts menu > New
Layout/Report, type About <your solution> in the Layout Name
box, select Blank Layout and then click Finish to create the layout.)
Note For runtime database solutions, you must include the word
“About” in the layout name. You must also include certain specific
information in the layout. See “Your responsibilities as a developer”
on page 3-15 for details.
2. Include your logo, any other graphics, and your company
information.
3. Notify users if the solution files are protected with passwords or if
database design access has been removed.
See “Your responsibilities as a developer” on page 3-15 for the exact
legal wording.
4. Create a button that lets your users return to the main layout of the
primary file. (To create the button, use the button tool or a button
image with a script attached to it.)
See “Using button image samples” on page 3-5 and “Using buttons
with scripts” in chapter 10 of the FileMaker Pro 5 User’s Guide or
see FileMaker Pro Help for information.
Example of an About layout