Spidey Posted February 22, 2017 Posted February 22, 2017 I use filemaker 11. I like to take each picture file and match it to the filename and insert the picture in a folder. My logic should be as followed: Loop for each picture in a folder, set the variable x as a picture filename. Search x(picture filename) Insert the picture file to the container End I have problem look to set variable and set it as a picture filename from a folder. Can anyone help me to look for the right function or command from filemaker 11. Thanks. KC
comment Posted February 22, 2017 Posted February 22, 2017 (edited) I don't understand your question. Do you already have a table where each record holds the name of one of the image files in some folder? If so, all you need to do is add a calculation field (with result type set to Container) and let it calculate the path to the corresponding image file. This is assuming your goal is just to display the image). In any case, the logic you have outlined cannot work, because Filemaker cannot loop among the items of a folder (at least not v.11, not without a plugin). Edited February 22, 2017 by comment
Recommended Posts
This topic is 2829 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