Carl Smith Posted September 6, 2006 Posted September 6, 2006 I have a large database of thousands of books and have now been given hundreds of image files (that I've been able to relate to my book database by creating a separate "image path" table which stores my book ID number and the file path where the related image is stored. The images, however, have been named by the supplier so they do not instantly relate to my database) and I want to somehow, by using the book ID relationship, store the path references in my new container field in the book database so that I can view the image. As I'm relatively new to FP8 and container fields I am hoping someone may be able to help. I hope so!
comment Posted September 6, 2006 Posted September 6, 2006 If you know the path to an image, you can view the image in a calculation field that returns the path as container. See also here.
Carl Smith Posted September 6, 2006 Author Posted September 6, 2006 Thanks for your reply. Having looked at the thread and tested it I have another concern. Am I correct in thinking that the "image" will not take up any significant file storage other than having a new calculation field as it is only displayed when the record is visible?
comment Posted September 6, 2006 Posted September 6, 2006 Like any other calculation field: if you make it unstored, the results will be evaluated only when needed.
Recommended Posts
This topic is 6653 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