Groups | Search | Server Info | Login | Register


Groups > comp.databases.filemaker > #672

Re: Images & Container Fields

From Martin Τrautmann <t-usenet@gmx.net>
Newsgroups comp.databases.filemaker
Subject Re: Images & Container Fields
Date 2012-03-04 05:52 +0000
Organization slrn user
Message-ID <slrnjl60pd.2c42.t-usenet@ID-685.user.individual.de> (permalink)
References <5b4a30f9-b070-4483-88cb-8088448de3bb@s13g2000yqe.googlegroups.com> <16393398.1667.1330836481911.JavaMail.geo-discussion-forums@ynjd19>

Show all headers | View raw


On Sat, 3 Mar 2012 20:48:01 -0800 (PST), Keith wrote:
>  I would like to have the photo of each toy appear in the container field of its corresponding record.
> 
>  If she takes a digital photo of each toy, she will end up with 100 images in the camera.
> 
>  - How should these images be transferred to her MacBook Pro ?
>    Through IPhoto or is there a better method

Export them to a special folder.
In FMP create a new table with the fields
  id (serial number)
  img (container)
  thumbnail (container, optional for thumbnails)
  path (text)
  name (text)

>  - Should they be put in a folder & should each picture be a separate file : .jpg 

absolutely yes

>  Once on the desktop of the computer, how should these images be placed into the container field of the corresponding record ?
> 
>  - imported, copied (pasted) or inserted

import records from folder is the very easiest

>  - I believe that each image (file) will be automatically named : IMG_0001.JPG to IMG_0100.JPG

from a camera, and you might import from a camera directly

>  -  She will add the Id from the corresponding record to the title : IMG_0001_Id_0050.JPG to 
>     IMG_0100_Id_0099.JPG
> 
>  - I will insert the image from each file : IMG_0001_Id_0050.JPG to IMG_0100_Id_0099.JPG into 
>    the container field of its corresponding record
> 
>  I hope this will be easier to resolve.

No, just take the serial number from the import above and use a
reference to take the photo via the id from the related table.

You could use your solution to take a part from the file name, but you
could to this best via calculations automatically,

Martin

Back to comp.databases.filemaker | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Images & Container Fields Keith <francois7675@gmail.com> - 2012-03-03 05:16 -0800
  Re: Images & Container Fields <Ursus> - 2012-03-03 21:59 +0100
    Re: Images & Container Fields Bill <bbcollins@earthlink.net> - 2012-03-03 21:30 -0500
      Re: Images & Container Fields Martin Τrautmann <t-usenet@gmx.net> - 2012-03-04 05:43 +0000
  Re: Images & Container Fields HelpfulHarry@BusyWorking.com (Helpful Harry) - 2012-03-04 10:04 +1300
  Re: Images & Container Fields Keith <francois7675@gmail.com> - 2012-03-03 20:48 -0800
    Re: Images & Container Fields Martin Τrautmann <t-usenet@gmx.net> - 2012-03-04 05:52 +0000
  Re: Images & Container Fields Keith <francois7675@gmail.com> - 2012-03-04 11:11 -0800

csiph-web