• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filemaker unselect/deselect all fields
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker unselect/deselect all fields


  • Subject: Re: Filemaker unselect/deselect all fields
  • From: Jim Skibbie <email@hidden>
  • Date: Tue, 26 Jan 2016 00:19:07 +0000
  • Thread-topic: Filemaker unselect/deselect all fields

Within Filemaker, the concept you are talking about (clicking the background) is the equivalent of the Filemaker scripting command “Commit Records”. While this command is not exposed directly in the Applescript dictionary, you could try making a Filemaker Script that contained this command (in this example, I called this Filemaker script “Commit”) and then trigger that script using Applescript using the Filemaker’s “do script” command.

So this might be an option:

tell application "FileMaker Pro"

tell database "Untitled" to do script “Commit"

end tell

Jim

-----


Hi all,


I have got a good routine going using Applescript to create events in multiple calendars according to different quotes made in our database. We deal in photography, and appointments are of the essence.

All is working well, mostly thanks due to Shane Stanley's sensational Calendar Libraries (check the out if you need to script Calendar).

My only recurring problem is that sometimes, if a field is still selected, the automation errors out indicating it (the field or record) is being accessed by another instance.

SO HERE'S THE QUESTION - Can one unselect, or deselect, or "click on background" (which is what one effectively does manually to set the situation right again) using Applescript? I have tried the AS commands "save", "commit" (which has anyway disappeared since, I think) and even actively selecting a field which is not accessed by the script, but to no avail.

This is the last stepping stone of my developpment, I would be SUPER GRATEFUL if someone has even the faintest idea.

Best,

J.

 _______________________________________________
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

  • Prev by Date: Re: Security Update [Was: Re: Script Library Search Order]
  • Next by Date: Re: Security Update [Was: Re: Script Library Search Order]
  • Previous by thread: Re: Filemaker unselect/deselect all fields
  • Next by thread: ApplescriptObjC Drag and Drop Table
  • Index(es):
    • Date
    • Thread