Re: Copy image to clipboard
Re: Copy image to clipboard
- Subject: Re: Copy image to clipboard
- From: Nigel Smith <email@hidden>
- Date: Thu, 01 Apr 2004 10:21:13 +0100
On 31/3/04 16:13, "Simon Forster" <email@hidden> wrote:
>
In full: I want to download an image and copy it (not a reference to
>
it) into a FileMaker Pro container field.
Yes, now I see what you mean.
tell application "QuickTime Player"
activate
open file (choose file)
copy movie 1
end tell
...gives you a picture on the clipboard which FileMaker recognises as a
movie if it is pasted into the container field.
*BUT*...
The same picture pasted into FileMaker in "Layout" mode, then cut and pasted
into the container field, does work :-)
How you script that will depend on your db, and whether you want to do it in
AS or as a FileMaker script. But hopefully the above is enough to get you
started.
Nigel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.