Re: Applescript and FileMaker
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