Newbies Rick65000 Posted January 18, 2005 Newbies Posted January 18, 2005 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.
Ted S Posted January 18, 2005 Posted January 18, 2005 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
stanley Posted January 18, 2005 Posted January 18, 2005 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 Juggle5 Posted January 19, 2005 Newbies Posted January 19, 2005 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
Ted S Posted January 19, 2005 Posted January 19, 2005 Juggle, Here's an article from FileMaker's Tech info site: http://www.filemaker.com/ti/109445.html
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now