Returns 1 if _objectName is or contains the frontmost tab panel, else 0
Sample Input:
isFrontMostTabPanel ( "myTab" )
Sample Output:
1
Description:
Thanks to Agnès Barouh's CustomList, it is now possible to know if a tab is at frontmost without a recursive funciton.
The above code is long because it integrates CustomList in order to make this function available to FM Pro.
With Custom List installed as a custom function, this code would suffice :
----------------------
Let ([ $x = _objectName
Free pop-up calendar for your FileMaker solution. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here