Help

Table Of Contents
FILEMAKER PRO HELP 700
Related topics
About functions
About formulas
DatabaseNames
Purpose
Returns a list of the names of all database files open on the computer, separated by carriage
returns.
Format
DatabaseNames
FieldIDs A list of all field IDs in the specified database file and layout, separated by carriage
returns.
FieldNames A list of the names of all fields on the specified layout, separated by carriage
returns.
FieldRepetitions The number of repetitions of the specified field as it is formatted on the specified
layout (which could be different from the number of repetitions specified when the
field was defined), and the orientation of the field repetitions (horizontal or vertical)
on the layout.
FieldStyle The formatting applied to the specified field on the specified layout.
FieldType Information about the specified field.
GetNextSerialValue The next serial number for the specified field in the specified database file.
LayoutIDs A list of all layout IDs in the specified database file, separated by carriage returns.
LayoutNames A list of the names of all layouts in the specified database file, separated by
carriage returns.
LayoutObjectNames A list of the names of all named layout objects, separated by carriage returns.
RelationInfo A list of four values for each relationship directly related to the specified table.
ScriptIDs A list of all script IDs in the specified database file, separated by carriage returns.
ScriptNames A list of the names of all scripts in the specified database file, separated by
carriage returns.
TableIDs A list of all table IDs in the specified database file, separated by carriage returns.
TableNames A list of the names of all defined tables in the specified database file, separated by
carriage returns.
ValueListIDs A list of all value list IDs in the specified database file, separated by carriage
returns.
ValueListItems A list of the values in the specified value list, separated by carriage returns.
ValueListNames A list of the names of all value lists in the specified database file, separated by
carriage returns.
WindowNames A list of the names of open windows in the specified database file.
This function Returns