U.M. (Mac OS)

Table Of Contents
C-18 FileMaker Pro User’s Guide
Design functions
Design functions return information about the structure of any specified
database that is currently open on your computer. For example, you could
determine the names of all the layouts or fields in an open database.
Note If you enclose the field name parameter in quotes (""), the design
function returns information about the field itself. If you do not enclose
the field name parameter in quotes, the design function returns
information based on the entry in the field.
Status (CurrentSystemVersion) Returns the system version currently in use
Status (CurrentTime) Returns the current time
Status (CurrentUserCount) Returns the number of users accessing the file.
Returns 1 for a single user, or 1 plus the number of
guests for multiple users using FileMaker Pro
networking. (Web users are not counted.)
Status (CurrentUserName) Returns the identification of the current
FileMaker Pro user, as specified by the general
preference
Choose FileMaker Help Index from the or Help menu, and then type:
E status functions
Syntax Definition
FieldRepetitions (database name,
layout name, field name)
Returns the number of repetitions of a specified
repeating field
FieldNames (database name,
layout name)
Returns the names of fields in the database and
layout you specify. You can also type two quotes
("") in place of a layout name to return the names of
all fields in the specified database.
FieldBounds (database name, layout
name, field name)
Returns the location and size of a specified field
FieldStyle (database name, layout
name, field name)
Returns how a specified field is formatted on a
layout (for example, radio button), and whether a
value list is associated with the field
FieldType (database name, field
name)
Returns the field definition for a specified field
LayoutNames (database name) Returns the names of layouts in a specified
database file
DatabaseNames Returns the names of the currently opened databases
Syntax Definition
?