Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 4
  
|
  Design functions     43
DatabaseNames
Format
DatabaseNames
Parameter
None
Data type returned
text
Description
Returns a list of the names of all 
 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 
 and remote database files open only on the client computer.
Example
To determine whether “Customers” is one of the files currently open, use the 
DatabaseNames function with the Position function in the formula: 
Position(DatabaseNames;”Customers”;1;1). If the formula returns a value 
greater than 
0
, then Customers is open.
FieldBounds
Format
FieldBounds(fileName;layoutName;fieldName)
Parameters
fileName - the name of an open 
 (local or remote).
fieldName - the name of a 
 on the specified layout.
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text