Re: FM insert Picture
Re: FM insert Picture
- Subject: Re: FM insert Picture
- From: Max Bonilla <email@hidden>
- Date: Mon, 16 Jul 2001 13:30:13 -0500
Merci, Jean-Marie.
Unfortunately, it didn't do anything. The script doesn't complain
but the picture never appears. This might be related to an error I
encounter when trying to add the picture manually. I get "Error -43
occurred during initialization of 'Claris XTND System'". This error
only happens when trying to add the picture manually, not with the
script. I don't know what XTND does, but I do have two extensions
that bear that name.
Dommage!
Max
Try this :
set LifeTeenPictures to ,
"MacintoshHD:Dumping Ground:Kodak Darkroom:LifeTeen Pictures:"
set PhotoName to "0687.JPG"
set PhotoStorage to LifeTeenPictures & PhotoName as string
tell application "FileMaker Pro"
set cell "Picture" to file PhotoStorage
end tell
And take a look at :
http://users.skynet.be/jmh-h2o/Telechargements/Informations/catalogueur.html
there, clic on "Telechargement 84Ko"
It's in french, but it is a "FMPro-AppleScript" picture catalogue.