quote:
Originally posted by captkurt:
Filemaker is not alone in its ability to deal with images. I do not know of any other database that handles this in any kind of elegant manner.
Remember to that this is no different from any other type of import. Filemaker needs a specific path to the import file, it will not read the path from a record.
One interesting point that I did not mention in my previous post is that you can edit the path to an image (stored as a reference) in a FileMaker file directly within a hex editor and it WILL update the record's image container the next time you open the FileMaker file.
If manual editing of this value is possible, then should it not be possible to program the functionality (via a plug-in or external program) to edit this value directly in FileMaker, as if it were any other bit of data associated with a FileMaker record?
quote:
However I have done this kind of thing with Filemaker and basically I used WinBatch to feed the path name to the Import Picture dialog box.
I have sucessfully done this kind of automation myself using AIM Keys, but I find it to be a somewhat impractical solution, as it is dependant on the arrangement of the layout you are using to enter into the container field. ie: If the layout changes, the script will run incorrectly.
BTW, it seems as if the problems I was encountering with the multi-image import feature of Troi's File plug-in v.1.2 have been fixed by Troi in the new version (v.2.0). Unfortunately, the Troi plug-in stores the images internally, rather than as a reference, thereby increasing the file size of the database. Troi claims to currently know of no way to store images as a reference. While this is a great option for a small image database, but I have so many images to import, I would easily breach the 2GB file size limit of FileMaker files using this plug-in.
* NOTE: I may have just found a possible solution to the image import problem on the Exporter plug-in page <http://home.earthlink.net/~dougmcl/exporter.html>
Clear Solutions claims that the next release (v.2.0) of their Exporter plug-in will, among other things allow, "[The] Import of dynamically specified image files into container fields, BY REFERENCE or directly." This sounds exactly like what I am looking for, but according to the website, it is not expected to be available until September. Is this the first plug-in developer to promise such a function?