Re: Pictures into FileMaker Pro 5
Re: Pictures into FileMaker Pro 5
- Subject: Re: Pictures into FileMaker Pro 5
- From: nellA hciR <email@hidden>
- Date: Tue, 16 Jan 2001 19:24:33 -0900
iH Jason,
this will copy the contents of the clipboard to fmp
-- the clip board has a graphic in it
set myPic to clip -- requires Akua System Sweet
tell application "FileMaker Pro"
set data cell "c1" of record 1 of database 1 to myPic as picture
end tell
-- hcir
>
I have some eps files with tiff previews that need to be in a FileMaker Pro
>
5 database.
>
>
So my questions are:
>
>
What type of pictures does FMP5 accept?
>
>
How would you use applescript to get them there?