Jump to content

hyperlinking out of filemaker


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

Recommended Posts

Put the path name in quotes and it should work. Open URL [No dialog; "path"]

You can also specify a field instead of hard-coding the path, which can be useful if you want to have different records opening different folders.

Send Event is a script step found in the Miscellaneous category, just a few steps below Open URL.

Link to comment
Share on other sites

Ok sorry, I'll expand a bit.

1. Create a button.

2. Righ click on the button and choose: Button Setup.

3. Scroll way down. Near the bottom is Sent Event. Choose that.

4. Push Specify.

5. Choose Calculation.

6. In here enter "iexplore.exe c:folderfolder"

7. Choose Ok or save to everything else.

That should be it. If you click on the button it should open that folder using the Windows Explorer.

Link to comment
Share on other sites

  • 2 months later...
  • Newbies

-Queue-, you said: "You can also specify a field instead of hard-coding the path, which can be useful if you want to have different records opening different folders."

Can you give an example of this script step with a field instead of the path?

Many thanks.

Link to comment
Share on other sites

The difference between a URL being hard coded, and having the URL as data in a field, would look something like this.

Open URL with URL address Hard Coded

Open URL [ "http://www.fmforums.com/forum/showforum.php?fid/130/" ] [ No dialog ]

Open URL with address in a Field

Open URL [ [color:blue]Your URL Field ] [ No dialog ]

The field, [color:blue]Your URL Field, has the URL information.

When a URL address is in the field, it can be different URL for each record, therefore one script will open any address in the Field. Hard Coded requires a different script for each URL.

Hope you are following this, let me know if not.

Lee

Edited by Guest
Link to comment
Share on other sites

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