Functions Reference

Table Of Contents
36 FileMaker Functions Reference
DatabaseNames
Format
DatabaseNames
Parameter
None
Data type returned
text
Description
Returns a list of the names of all database files
open on the computer, separated by
carriage returns. The names do not include file extensions.
Note If your database is hosted on another computer, DatabaseNames returns a list of
the names of local client
and remote database files open only on the client computer.
LayoutNames, page
43
A list of the names of all layouts in the specified database file, separated by
carriage returns.
LayoutObjectNames
, page 44
A list of the names of all named layout objects, separated by carriage returns.
RelationInfo, page
44
A list of four values for each relationship
directly related to the specified table.
ScriptIDs, page 46 A list of all script IDs in the specified database file, separated by carriage returns.
ScriptNames, page
47
A list of the names of all scripts
in the specified database file, separated by
carriage returns.
TableIDs, page 47 A list of all table IDs in the specified database file, separated by carriage returns.
TableNames, page
48
A list of the names of all defined tables in the specified database file, separated by
carriage returns.
ValueListIDs, page
48
A list of all value list IDs in the specified database file, separated by carriage
returns.
ValueListItems,
page 49
A list of the values in the specified value list, separated by carriage returns.
ValueListNames,
page 49
A list of the names of all value lists in the specified database file, separated by
carriage returns.
WindowNames,
page 50
A list of the names of open windows in the specified database file.
This function Returns