Re: Import a picture into FileMaker without osax
Re: Import a picture into FileMaker without osax
- Subject: Re: Import a picture into FileMaker without osax
- From: Steven Angier <email@hidden>
- Date: Sat, 22 Sep 2001 08:20:03 +1000
- Organization: Macscript.com
>
Is it possible to import pictures (and not only a reference to this
>
pictures) in a container field of FileMaker WITHOUT using third party
>
osaxen.
>
Only the Finder or Apple's "osaxen".
You don't actually need any OSAXen to do this. Try the following syntax:
tell application "FileMaker Pro"
tell document 1
tell record 1
set cell "Picture" to file "Macintosh HD:folder1:somefile.gif"
end
end
end
Regards,
Steven Angier
Macscript.com