Functions Reference

Table Of Contents
LayoutNames
Format
LayoutNames(fileName)
Parameter
fileName - the name of an open database file (local or remote).
See “Design functions” on page 39 for information about literal text parameters.
Data type returned
text
Description
Returns a list of the names of all layouts in fileName, separated by carriage returns.
Example
LayoutNames(“Customers”) returns a list of all the layouts in the Customers
database file.
RelationInfo
Format
RelationInfo(fileName;tableName)
Parameters
fileName - the name of an open database file (local or remote).
tableName - the name of a table in the specified database file.
See “Design functions” on page 39 for information about literal text parameters.
Data type returned
text
Description
Returns a list of four values for each relationship
directly related to tableName,
separated by carriage returns, describing the specified table.
The four values are:
1. first line - the name of the database file that holds tableName
2. second line - the related field name
3. third line - the field name in this table