MACSCRPT Archives

February 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Eric Schult <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 28 Feb 2006 09:47:24 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
On Mon, 27 Feb 2006 22:26:09 -0800, Stan Cleveland
<[log in to unmask]> wrote:

>FileMaker 6 and before doesn't support the GIF format in containers (perhaps
>to avoid patent issues with Unisys?). The code below works for older
>versions of FileMaker. It uses the free GraphicsImporter osax by Hikaru Abe,
>which is available here:
>        http://osaxen.com/files/graphicsimporter2.2.html
>
>tell application "filemaker pro"
>   tell document 1
>       tell current record
>           set cell "preview" to giconvert alias "path:filename.gif"
>       end tell
>   end tell
>end tell

That works beautifully! Thanks!!!!!

Eric

ATOM RSS1 RSS2