WindowNamesAll ( dbNames ; excludeCurrentWindow )
Returns a List of all open window for the FileMaker App calling this function
Average rating: 1.0 (1 vote) Log in to vote
Todd Dignan Dignan Consulting Inc http://dignanconsulting.com/ |
Example 2: WindowNamesAll ( List(database1;database2) ; 0 )
Example 3: WindowNamesAll ( List(database1;database2) ; 1 )
window1
window2
Example 2:
database1
database1 - window1
database2
database1 - window2
Example 3:
database1 - window1
database1 - window2
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a List of all open window for the FileMaker App calling this function
Non-Recursion
dbNames: Name of the Database you want to get the open windows name of.
To get all open windows opened by FileMaker use the design function "DatabaseNames"
excludeCurrentWindow: Set to 1 to exclude the window calling this custom function from the list, otherwise 0.
This function will return all the name of all open windows for each database provided.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.