How to determine the status of FMP tables in the Window menu
How to determine the status of FMP tables in the Window menu
- Subject: How to determine the status of FMP tables in the Window menu
- From: Jenni via AppleScript-Users <email@hidden>
- Date: Wed, 18 May 2022 09:27:46 -0700
Is there a way via AppleScript to tell if a FileMaker db is "hidden"?
I don't mean a hidden window like when using the Hide Window command, but a
hidden file - when it's listed in the Window menu surrounded by (parentheses).
Doing this:
on is_db_open(db_name)
tell application "FileMaker Pro 18 Advanced"
if database db_name exists then
return true
else
return false
end if
end tell
end is_db_open
returns true either way. I need a way to distinguish the status of the tables
in the Window menu.
Thanks,
Marc
https://community.claris.com/en/s/question/0D50H00007uuYYuSAM/windownames-and-hidden-external-files
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden