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

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

Recommended Posts

Posted

Have been searching on FM Forums but can't find what I'm after. I'm using a DB with a lot of documents in it and are using a single button to open the relevent document when I want to view it. Currently the script is:

If [Documents::Name = "Doc1"

Open File ["Doc1"]

Else If [Documents::Name = "Doc2"

Open File ["Doc2"]

Else If [Documents::Name = "Doc3"

Open File ["Doc3"]

End If

With 200 plus documents it's going to be a very long script!

Many Thanks

Posted

The Open File [] script step opens a Filemaker file. Try using the Open URL[] step - this also allows to specify the target file by calculation.

Another option is to use a container field - this too can be a calculation.

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