MMQuery

Query your databases without relationships.

<- Back to MMQuery function list

MMQuery_GetTONames

Description

This function returns a list of Table Occurrence Names from the Database File. With FileMaker Pro 11, if the optional FileName parameter is defined, this function will return a list of the Table Occurrence Names from that Database File.

Return Type
Text
Format
MMQuery_GetTONames ( FileName )
Optional Parameters
  • FileName

    If you specify this parameter, MMQuery will return the Table Occurrence Names from this Database File (if it is open).

    Note: This parameter is only available with FileMaker Pro 11 and above.

Related Items
MMQuery_AddTable, MMQuery_GetBaseTableNames, MMQuery_GetTOIDs, MMQuery_RemoveTable, MMQuery_TOExists
Examples

Example 1

Code:

MMQuery_GetTONames

Result:

Returns something like:<br/>
MyTable<br/>
AnotherTable

Example 2

Code:

MMQuery_GetTONames("AnotherFile")

Result:

In FileMaker Pro 11 and above, use this form to get the Table Occurrence Names from a separate, open Database file.