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

Re: Applescript and FileMaker


  • Subject: Re: Applescript and FileMaker
  • From: tobias stutz <email@hidden>
  • Date: Tue, 13 Feb 2001 17:05:49 +0100

try can also try this

tell application "Finder"
open for access file (your jpg)
set PicPrev to read file (your jpg) as "JPEG"
close access file (your jpg)
end tell

tell application "FileMaker Pro"
set cell ... to PicPrev
end tell


> Von: Jean Marie Hoornaert <email@hidden>
> Datum: Tue, 13 Feb 2001 16:05:10 +0100
> An: <email@hidden>
> Betreff: RE: Applescript and FileMaker
>
> le 12/02/2001 22:43, Cooper, Mike ` email@hidden a icrit :
>
>> I would like to know if anyone has an Applescript that works with FileMaker
>> where you can take a folder of pictures that are in PICT format and
>> individually copy the picture into a Filemaker Database.
>>
>> There is one that comes with Filemaker but it just imports a reference to
>> the picture. I want to actually copy the picture and then paste it into
>> Filemaker.
>>
>> Thanks
>
> Take a look at my site. It's in french, but AppleScript is ALWAYS english.
> Page "Telechargement" > "Catalogueur d'images"
> FreeWare ! Use "_Akua Sweets".
>
> Enjoy.
>
>
> Jean-Marie -HOO;-)
> ____________________
> Jean-Marie Hoornaert
> Courriel : email@hidden
> Site consacri ` AppleScript et FileMaker :
> http://www.h2o.be
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


References: 
 >RE: Applescript and FileMaker (From: Jean Marie Hoornaert <email@hidden>)

  • Prev by Date: Calling a script from a script (and back again)
  • Next by Date: Re: Stoping the script until "Enter" is pressed?
  • Previous by thread: RE: Applescript and FileMaker
  • Next by thread: Re: Applescript and FileMaker
  • Index(es):
    • Date
    • Thread