• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Import a picture into FileMaker without osax
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Import a picture into FileMaker without osax
      • From: John Haley <email@hidden>
    • Re: Import a picture into FileMaker without osax
      • From: Jean-Marie Hoornaert <email@hidden>
References: 
 >Re: Import a picture into FileMaker without osax (From: John Haley <email@hidden>)

  • Prev by Date: Re: string count in log file
  • Next by Date: Re: Deleting records from Filemaker (continued)
  • Previous by thread: Re: Finder's "partition space used" broken? (and "original item", too)
  • Next by thread: Re: Import a picture into FileMaker without osax
  • Index(es):
    • Date
    • Thread