@GFN.TO ( field_reference )
returns the table_occurrence from a field_reference
Be the first to rate this function Log in to vote
Tony White - Show more from this author
Tony White Designs, Inc. http://www.twdesigns.com/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns the table_occurrence from a field_reference:
https://help.claris.com/en/pro-help/content/getfieldname.html
Useful for checking LayoutTableName (Table Occurrence) context, for example:
@GFN.TO ( CustomFunctions::__ID ) = Get ( LayoutTableName ) // returns 1 or 0
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.