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