Jump to content
Server Maintenance This Week. ×

Applescript Auto-Open Remote?


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

Recommended Posts

Does anyone know about an applescript that can automatically open a remote database. It seems like something that should be available instead of having to open FM, go to Open Remote, click on the Host, click on the database, etc.

Anybody up for a challenge? I don't know applescript well enough.

Link to comment
Share on other sites

I found the easiest way is with getURL:


Tell application "FileMaker Pro"

  activate

  getURL "fmp7://user:pass@serverIP/Database Name"

end tell

The downside of course is the username and password are exposed in plain text. You can get around that with the Keychain, or if you compile the script into a run-only application.

Link to comment
Share on other sites

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