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

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

Recommended Posts

  • Newbies
Posted

Hello,

We are using FileMaker 6 and accessing a FileMaker Server database. I have found a script step called Open Hosts that the help file say the following about:

***************************

Open Hosts script step

Opens the Hosts dialog. (This is the same as choosing File menu > Open Remote.) This dialog allows you to select and open a shared FileMaker Pro database over a network connection.

Options: None

***************************

So how to you tell it which host to open? And how do you get the script to be run from a desktop icon?

Any comment or response is welcome.

Posted

Hell Rick,

If you just want a desktop icon to open a hosted file try this syntax as the target in the shortcut:

fmp5://ServerIP/FileName.fp5

Example:

fmp5://10.10.10.30/Main_Menu.fp5

Posted

Rick:

Open Hosts [] is pretty open-ended. To keep your users from accessing what they're not supposed to, use the Open [] step instead, and navigate via the hosts button to the served file. Now, when the script is run, it will automatically open the file you want.

-Stanley

  • Newbies
Posted

Rick,

If you have multiple users- I wouldn't recommend pointing the shortcut directly to the *.fp5 file. This goes against how Filemaker sharing was intended to work and can cause problems down the road.

Instead, create a database that sits on your local desktop. This gives you an icon. The database will have no fields and one script that uses the Open[] then Close script steps. See Stanley's response. Set the local file options to run the script upon opening.

This launcher.fp5 file could also contain a layout of buttons that run similar scripts (minus the close[]) to launch specific files.

-cb

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