Plucky Posted October 12, 2009 Posted October 12, 2009 Hi I have a database layout that has a container field with a linked image. The images have been stored on a networked drive that has now become corrupt. I have had to move the images folder to a new drive and have now found that the link between filemaker and the images folder is broken. The old path is: size:5129,3764 image:111614.pdf imagemac:/fmserver_images/aug_07/111614.pdf and the new path is: size:5129,3764 image:111614.pdf imagemac:/ContactS1/Groups/fmserver_images/aug_07/111614.pdf is there a quick way of re-linking them to the new folder without having to go into each record and manually linking it as I have a few thousand records. any ideas.
Raybaudi Posted October 12, 2009 Posted October 12, 2009 Hi create a NEW calculated field, result of type container, and calc: Replace ( GetValue ( YourOldContainerField ; 3 ) ; 10 ; 0 ; "/ContactS1/Groups" ) When ( and IF ) you'll see ALL the images, we'll have to do another thing.
IdealData Posted October 12, 2009 Posted October 12, 2009 Can you re-create the original directory structure and simply put the files in there? If you are using OS X Server then you create the share point at any level.
Mark Reed Posted October 12, 2009 Posted October 12, 2009 We use a calc to reference images for each record. This way, if the location for the images changes, we just change the calc. "imagewin:/R:/"&Print_Number & "_" & Publishers::Assigned_ftpfolder & ".jpg" is set as a calc field and set it to display as container type. this keeps your FMP db leaner. If you have reasonable size images, meaning no huge billboard sized ones, response times should be ok.
Plucky Posted October 16, 2009 Author Posted October 16, 2009 Hi Thanks for the help everyone. I've created a calc field like Daniele suggested and it works OK. Regards Peter
Recommended Posts
This topic is 5576 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 accountSign in
Already have an account? Sign in here.
Sign In Now