• 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: AppleScript with FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript with FileMaker


  • Subject: Re: AppleScript with FileMaker
  • From: Jim Weisbin <email@hidden>
  • Date: Mon, 25 Jun 2018 17:34:21 -0400

> On Jun 25, 2018, at 1:24 PM, David Crowe <email@hidden> wrote:
>
> "tell application \"" & g::FileMakerType & "\" to tell layout \"g\"¶
>     tell first record¶
>         set cell \"ScriptResult\" to path to documents folder as string¶
>     end¶
> end tell”

All these years I’ve been writing it like this:

"tell application \"" & g::FileMakerType & "\" to tell layout \"g\” & ¶ &
   "tell first record”  & ¶ &
       " set cell \"ScriptResult\" to path to documents folder as string”  & ¶ &
   “ end”  & ¶ &
"end tell”

I must have seen that form somewhere and I just never thought to do it
otherwise.

Doh.

Jim Weisbin | C.T.O. | Human | Post Human | 27 West 20th Street | Suite 801 |
New York, NY | 10011 |  (212) 352-0211 |  (917) 375-2272 | 2046 Broadway |
Santa Monica, CA | 90404 |  (310) 264-0211 telephone | www.humanworldwide.com
<http://www.humanworldwide.com/>
Click here <http://www.humanworldwide.com/#commercials> to view our online reel


 _______________________________________________
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

References: 
 >Re: AppleScript with FileMaker (From: David Crowe <email@hidden>)

  • Prev by Date: Re: AppleScript with FileMaker
  • Next by Date: Re: AppleScript with FileMaker
  • Previous by thread: Re: AppleScript with FileMaker
  • Next by thread: Re: AppleScript with FileMaker
  • Index(es):
    • Date
    • Thread