Developer’s Guide
Table Of Contents
- Chapter 1: Installing FileMaker Pro Developer Edi...
- Chapter 2: Binding solution files
- The binding process—an overview
- Before binding
- Binder and runtime terminology
- Specifying the primary file
- Naming the runtime solution
- Assigning the binding key
- Choosing auxiliary files
- Choosing binding options
- Assigning the three-character extension
- Specifying a location for solution files
- What happens during binding
- Binding cross-platform solutions
- Changing solutions
- Chapter 3: Preparing and managing runtime soluti...
- Chapter 4: Distributing your bundled solution
- Appendix A: Feature comparison—runtime Appendix ...
- Appendix B: About the TechInfo database
- Index
1-6 FileMaker Pro Developer’s Guide
External function plug-in examples
There are three sample plug-ins included with the FileMaker Pro
Developer Edition:
1 a template example, which is a good starting point for plug-in
development
1 a fully functioning plug-in, which has documentation and commented
code
1 a folder of external function plug-ins created by third-party
developers
The template plug-in includes a function that converts characters to their
ASCII equivalents (and vice versa). For more information, see Read
Me-EFP Template:
Developer Edition CD\FileMaker Pro
APIs\External Function Plug-in\FileMaker, Inc.
Examples\Template\Read Me-EFP Template.
The fully functioning plug-in features four calculation functions:
1 The Xpl-Version function returns the plug-in version number.
1 The Xpl-BigPI function returns pi to the fourteenth digit.
1 The Xpl-Format function is useful for moving numbers into a phone
number format. It also provides an example integrating the
FileMaker Pro Application Preferences dialog box with a plug-in.
1 The Xpl-NumWords function returns the text equivalent of a number
(similar to a checkbook format). Although this calculation could be
created within FileMaker Pro, the result can be calculated more
quickly by using the External function plug-in.
For more information, see Read Me-Full Example:
Developer
Edition CD\FileMaker Pro APIs\External Function
Plug-in\FileMaker, Inc. Examples\Full Example\Read
Me-Full Example.