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 6632 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

We currently have a database with thousands of records, each one with a container field containing a reference to a file on our OS X Panther Server. We'd like to be able to upgrade the server at some point and possibly change its name and IP address. Is there a way to run a calculation on every record to update the referenced file path to reflect the files' new location on the new server? We're an all-Mac shop and we're open to using plug-ins if that will make the job any easier.

Posted

Yes, it's possible and not too difficult. First, make yourself a calculation field cOldPath (result is Text) =

YourContainerField

Next, make another text calculation field cNewPath, where you substitute the old path parts for the new ones.

Finally, define a calculation field (result is Container) =

cNewPath

When you get the calculated container to show the files, you can change it to type Container, then delete all the other fields. A backup is recommended before starting this.

Posted

That's great - a simple and elegant solution.

Many thanks (and yes, I'll definitely backup before giving it a try).

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