Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a container field which contains a reference to a file on the hard disk. I have written a simple script using a custom dialog which will allow me to rename the file on the disk. I would now like to update the container field to point to the renamed file. Is it possible to do this without going through the insert file dialog?

  • 1 month later...
Posted

You can write the refernce into the container field with a normal "Set Field" command (Set Field[ <containerfield>; "image:<filespec>] ), from a script or from a Replace command.

Thus, if you can calculate the new name from the old, no problem. Otherwise, you could build a reference table (old name to new name) and use it to get the new name when running a script.

This topic is 7312 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.