GetSourceFileName ( NameTableOccurrence )
Return source file name by table occurrence name.
Average rating: 4.1 (8 votes) Log in to vote
Koji Takeuchi - Show more from this author
TonicNote, Inc. https://tonicnote.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
description:
Return source file name by table occurrence name.
ex1:
When cursor is in field object "Customer::nameLast" field on layout on "Main" file and the field is referenced to "Customer" table on "Master" file.
GetSourceFileName ( Get ( ActiveFieldTableName ) )
-> "Master"
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.