Developer’s Guide
Table Of Contents
- Chapter 1 Getting started
- Chapter 2 Using FileMaker Developer features
- Chapter 3 Using the Developer Utilities
- Overview of preparing your solution files
- Modifying database solution files
- Considerations for a runtime database solution
- Binding databases into runtime database solutions
- Saving and reusing Developer Utilities settings
- Converting and upgrading solution files
- Removing full access privileges from databases
- Chapter 4 Distributing runtime database solutions
- Chapter 5 Customizing database solutions
- Chapter 6 Creating custom layout themes
- Chapter 7 Developing third-party FileMaker plug-ins
- About external functions
- About the example plug-in
- Installing, enabling, and configuring the example plug-in
- Description of the FMExample plug-in’s external functions
- Using the example plug-in
- Customizing the plug-in example
- Requirements for writing external function plug-ins
- FileMaker messages sent to the plug-in
- Avoiding potential Mac OS X resource conflicts
- Providing documentation for your plug-in
- Registering your plug-in
- Appendix A Feature comparison of the runtime application with FileMaker Pro
- Index
52 FileMaker Developer’s Guide
BORDER and EFFECT elements share the same pen size. When
used together, the pen size value that you set for BORDER will also
apply to the EFFECT width. The pen size value must be greater than
zero in order for an effect or a border to appear.
Table of single-line elements
The following table describes the correct syntax for all single-line
elements and their attributes. Examples of attribute values are
indicated in boldface. For a list of the possible values you can use for
these attributes, see the next section,
“Valid values for theme
attributes.”
TITLEHEADERPART
HEADERPART
LEADGRANDSUMPART
BODYPART
TRAILGRANDSUMPART
FOOTERPART
TITLEFOOTPART
FILL
FIELD
TEXT
TEXTLABEL
LEADSUBSUMPART
TRAILSUBSUMPART
FILL
FIELD
PARTNUMBER
TEXT
TEXTLABEL
FIELD
(text/data in a field)
BASELINE
BORDER
CHARSTYLE
EFFECT
FILL
TEXT
(text in a part, except field
labels or field data)
CHARSTYLE
EFFECT
FILL
PEN
TEXTLABEL
(text in a field label)
CHARSTYLE
EFFECT
FILL
PEN
BASELINE
(underlining field data)
ONOFF
PEN
BORDER
(field border)
PEN
SIDES
These multi-line elements May contain these elements
These single-line
elements Must contain these attributes
CHARSTYLE COLOR
FONT
SIZE
STYLE
Syntax example:
<CHARSTYLE FONT=“Verdana, Helvetica, Arial”
SIZE=“18” STYLE=“BOLD, ITALIC”
COLOR=“#FFFFFF” />
EFFECT <EFFECT VALUE=“EMBOSS” />
FILL COLOR
PATTERN
Syntax example:
<FILL COLOR= “#000066” PATTERN= “2” />
ONOFF <ONOFF VALUE=“OFF” />
PARTNUMBER <PARTNUMBER VALUE=“0” />
PEN COLOR
PATTERN
SIZE
Syntax example:
<PEN COLOR=“#000066” PATTERN=“2” SIZE=“0”
/>