Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7047 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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]

Posted

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

Posted

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).

This topic is 7047 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.