Category: Get
Syntax: Get ( ActiveFieldTableName ) |
Parameters: None
Data type returned: Text
Description:
Returns the name of the table occurrence for the field in which the cursor is currently placed.
Note that the table occurrence name (from the Relationships Graph) is returned, rather than the source table name.
Note that in the case where the cursor is not placed in a field, a blank value is returned, as opposed to a question mark.
When using Get() functions within field definitions, in most cases you should set the storage option to be "unstored" so that the field always displays current data.
Examples:
Function |
Results |
---|---|
Get ( ActiveFieldTableName ) |
Might return Contacts2. |
: 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