Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Importing images using the store reference option


This topic is 7957 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello FM Users

I was wondering if anyone can tell me if there is a way to access the reference path which FM stores when using the store reference option whilst incirting pictures in a container field?

Thanx in advance

David

Posted

If on a Mac you can do it with applescript:


tell database "MyDB.fp5" of app "Filemaker Pro"

  set pathref to cell "picture" of current record

  set cell "FilePath" of current record to pathref as text

end tell

Otherwise you need a plug-in. I think the Troi File Plug-in will do this.

Posted

With FM 6 you can use the import Folder of File option to select a folder of images. In addition to importing the image into a container field, you can capture the File Name, File Path and Thumbnail of the image. A new record is created for each image in the folder.

This topic is 7957 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.