| Name | CNSQuery_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 | CNSQuery_GetTONames ( FileName ) |
|---|
| Optional Parameters | - FileName
If you specify this parameter, CNS Query 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.
|
|---|
| Examples | - Example 1
Returns something like:<br/>
MyTable<br/>
AnotherTable CNSQuery_GetTONames
- Example 2
In FileMaker Pro 11 and above, use this form to get the Table Occurrence Names from a separate, open Database file. CNSQuery_GetTONames( "AnotherFile" )
|
|---|