August 10, 200520 yr I have a simple script that creates a thumbnail for a given record based on the image path in that record. I have imported all of the correct image paths but now I need filemaker to physically make the thumbnails. How can I modify this script to go through all the records in a found set and perform this function??? Set Field [images::Thumbnail; images::image_path]
August 10, 200520 yr Go to first Record Loop Set Field [images::Thumbnail; images::image_path] Go to next record, exit after last *exit after last, very important* End Loop
August 10, 200520 yr Author Thanks! I know this is an easy question. I'm still learning. I think my computer will be making thumbnails for the next few hours!
August 10, 200520 yr I hope that file path is to a correctly sized thumbnail image, and not to a full size image; 'cause you're getting the actual image in the file, at whatever size it is. Reducing the viewing size in FileMaker does nothing to actual image size. If you want FileMaker to create sized (128 pixels) thumbnails from full-size image files then you need to Import Folder, and check line up the Thumbnail field (you don't need to import the full size image also).
Create an account or sign in to comment