August 21, 200916 yr I imported a bunch of graphics as pictures to use as icons for script triggers. I then changed the location of the graphics to a different folder. Now I have a bunch of boxes saying it can't find the graphic. Is there a way to re-reference the graphics? Thanks
August 21, 200916 yr Back up your file. You did make a new copy, right? Ok, Create (If you don't have it) a calculation field, text, that has the value"GetAsText ( Image )" where Image is your graphic field. This will give you a listing of the item information. Make another new field called NewFileReference. Now MODIFY the file reference link to point to the new folder and place this text in the NewFileReference field. (You can use a script to copy and modify all of the references at once - even using the last line of the file calculation field for a starting value.) Once completed, re-define the original graphic field to be a calculation which is the NewFileReference field. This should update all graphics. Ok?
Create an account or sign in to comment