Script Steps Reference

Table Of Contents
Appendix A
|
Glossary 159
1-away relationship
A correspondence between database tables in which two tables are directly related to
each other, with no other tables between them.
One-to-many relationship
A correspondence between data in database tables in which one record in the first table
is related to more than one record in another table.
One-to-one relationship
A correspondence between data in database tables in which one record in the first table
is related to one record in another table.
Operands
Components of a formula. For example, in the formula Quantity*Price, Quantity and Price
are the operands.
Operators
In calculations, symbols that indicate how to combine two or more expressions. These
include the standard arithmetic operators (+, -, /, *), logical operators that set up conditions
that must be met to make a value True or False (AND, OR, XOR, and NOT), and find
operators (<, =, @) that help you limit the records defined in a find request.
In the relationships graph, symbols that define the match criteria between one or more
pairs of fields in two tables. These include: != (not equal), > (greater than), < (less than),
= (equal), <= (less than or equal to), >= (greater than or equal to) and x (all rows, or
cartesian product).
P
Parent script
A script that defines script parameters and can call other scripts.
Part label
In Layout mode, the label that appears at the left or side of the bottom dividing line of each
layout part. By dragging it up or down, you can use the part label to resize a part. You can
also open the Part Definitions dialog box by double-clicking the label.
PHP (PHP: Hypertext Preprocessor)
An open-source programming language primarily used in server-side application software
to create dynamic web pages. FileMaker Server lets you publish data from FileMaker Pro
databases on customized web pages created with PHP.
Plug-in
Software that extends the capabilities of an application in a specific way.