How to test if FMP table is open?
How to test if FMP table is open?
- Subject: How to test if FMP table is open?
- From: Jenni via AppleScript-Users <email@hidden>
- Date: Wed, 20 Apr 2022 11:19:28 -0700
Is there a way to test if a FMP table is already open? If it's not, I
need to add a delay after opening it so it's useable. If it is, I don't need
the delay.
tell application "FileMaker Pro 18 Advanced"
-- if table is not already open...
open filepath
delay 5
-- end if
tell database "passwords"
Or is there a command that can be added to open filepath that makes it wait
until it's ready before proceeding?
Thanks,
Marc
_______________________________________________
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