• 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 ... setting fields via AppleScript without carrying
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: FileMaker ... setting fields via AppleScript without carrying


  • Subject: RE: FileMaker ... setting fields via AppleScript without carrying
  • From: David Crowe <email@hidden>
  • Date: Tue, 15 Apr 2003 12:00:48 -0700

John;

Yes, I'm grabbing the filename from the Finder, and then parsing it.
I figured that running text through AppleScript calculations would
eliminate the styles, but it obviously doesn't.

Setting just the property 'text' seems like a great idea, and seems
to have fixed my problem.

My FileMaker commands now look like:
set {text:cell "Document Title"} to Title

The styling of the field now remains what was specified in the database itself.

Thanks,
David Crowe


>David,
>
>Looks as though you may be grabbing information from the Finder but
>I can't be sure from your post. The Finder uses Unicode for most of
>it's information but not all...go figure. using the following
>syntax will allow you to pass Finder info variables without style
>into FileMaker:
>
>Tell app "Finder"
> set myfile to choose file
> set {text:mypath} to myfile as string
>end tell
>
>--
>John Tuttle
>Vice President of Technology
>Yourexpedition
>http://www.yourexpedition.com
>
> To provide inspiration and guidance to succeed in life's expeditions
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • RE: FileMaker ... setting fields via AppleScript without carrying
      • From: Malcolm Fitzgerald <email@hidden>
  • Prev by Date: URL access scripting through firewall?
  • Next by Date: Responding to events
  • Previous by thread: URL access scripting through firewall?
  • Next by thread: RE: FileMaker ... setting fields via AppleScript without carrying
  • Index(es):
    • Date
    • Thread