Introduction: Welcome to the FileMaker 8 Desk Reference
Just the Facts, 8 to the Point How This Book Is Organized |
Just the Facts, 8 to the Point
This is the book we want on our deskseven after writing it. Just as a writer always needs a dictionary nearby, we've found over the
Help Is a Function Key Away
Before going any further, we'd like to congratulate the tech writers,
Sometimes, however, it's nice to leave what's on your screen unchanged, keep your work and your reference material separate, and be able to
Some of this book may overlap a bit with the help system,
Hopefully, Some of This Is Familiar
For those of you paying attention, you may note that we've made use of material presented in our 2004
Special Edition Using FileMaker 7
book (Que Publishing ISBN 0-7897-3028-6). We
This desk reference is intended to be just thata reference. It should serve
If you'd like to learn more about developing solutions in FileMaker, digest
|
How This Book Is Organized
FileMaker 8 Functions and Scripts Desk Reference
is divided into six
Part I: FileMaker SpecificationsThis first part covers the nuts and bolts of FileMaker's product family.
Part II: Calculation FunctionsPart II details all FileMaker calculation functions, syntax, and usage.
Part III: Custom FunctionsPart III offers real-world examples of custom functions.
Part IV: Script StepsPart IV reviews FileMaker's script steps and their options in detail.
Part V: Quick ReferencePart V provides quick reference to commonly needed FileMaker facts.
Part VI: Other ResourcesPart VI will help you discover other ways to learn about FileMaker.
Special FeaturesThis book includes the following special features:
Typographic Conventions Used in This BookThis book uses a few different typesetting styles, primarily to distinguish among explanatory text, code, and special terms. Key Combinations and Menu Choices
Key (and possibly mouse) combinations that you use to perform FileMaker operations from the keyboard are indicated by presenting the Mac command first in parentheses followed by the Windows command in brackets: (
Submenu choices are separated from the main menu
Typographic Conventions Used for FileMaker ScriptsMonospace type is used for all examples of FileMaker scripting. FileMaker scripts are not edited as text, but are instead edited through FileMaker's graphical script design tool called ScriptMaker. As a result, scripting options that are presented visually in ScriptMaker need to be turned into text when written out. We follow FileMaker's own conventions for printing scripts as text: The name of the script step comes first, and any options to the step are placed after the step name, in square brackets, with semicolons delimiting multiple script step options, as in the following example:
Show All Records Go to Record/Request/Page [ First ] Show Custom Dialog [Title: "Message window"; Message; "Hello, world!"; Buttons: "OK"] Who Should Use This Book
We hope that
Again, we'd like to plug our companion work,
Special Edition Using FileMaker 8,
as a good place to
|