2009/9/22 Emma Glaisher <[email protected]>:
> Yes, on a Mac and I'm happy with scripting. What approach do you suggest?

To add an image to the container field "Image", and save its path into
"ImagePath":

set imfile to choose file of type {"public.image"}
set cell "Image" of current record of current layout to imfile
set cell "ImagePath" of current record of current layout to imfile as text

That will place the original image into the container. If you want to
insert a thumbnail instead, one way to generate it is to use Image
Events. There's a good run-down of this at:

http://www.macosxautomation.com/applescript/imageevents/

Feel free to contact me directly if you need more help.

-- 
Tim Mansour <[email protected]>
Neologica Print & Promotions ABN 63 904 335 408
Certified FileMaker 10 Developer

"Be it ever so humble, there's no opinion like one's own." -- Anonymous

Reply via email to