Jump to content

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

Recommended Posts

Posted

Currently I have a script which walks through container fields and I check on error 100 to see if the file referenced in the container field still exists. Any ideas on how to do this with a calculation?

If you check on IsEmpty or IsValid don't work, cause FM 6 puts a nice "Could not draw this file" picture in the container, so it isn't empty or valid.

Posted

If the referenced file is an fp5 and rel is a constant (1::1) relationship to the file, then Case( not rel::constant = 1, "This file does not exist." ) may work for you.

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