Category: Design
Syntax: TableIDs ( fileName ) |
Parameters:
fileNameA string or text expression that represents the name of an open file.
Data type returned: Text
Description:
Returns a carriage returndelimited list of table occurrence IDs from the specified file.
Note that TableIDs() returns the IDs of table occurrences from the Relationships Graph, not the actual data tables. A database table may appear in the Relationships Graph more than once.
A unique TableID is assigned by FileMaker whenever a table occurrence is added to the Relationships Graph. The order of the IDs in the list is based on the alphabetic ordering of the table occurrence names themselves.
Examples:
Function | Results |
---|---|
TableIDs (Get (FileName)) | Returns a list of table occurrence IDs for the current file that might look like this: |
100021 | |
100049 | |
100002 |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information