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

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

Recommended Posts

Posted

I couldn't find a completely satisfactory answer with my search, soooo..

Can anyone explain how I can open a remote file via applescript or a Filemaker script? I have several files, on an OSX box. I want a script to call open a file named "A-scans" on our remote hosting unit using a script and a pre-defined password. I do not want to show the user any "open remote" dialog boxes or any password dialogs. There may be as many as 30 databases opened and searched with the Applescript/FMPscript, so speed and user simplicity is important.

TIA,

Chris

  • 4 weeks later...
Posted

Well ima dork. Scripting guide:

get remote URL: Opens a hosted FileMaker Pro database

get remote URL

Result: string -- The URL specification for the opened database in the form "FMP5://[host]/filename"

  • 2 weeks later...
Posted

Best use a local opener FM file containing the required (default) password and an opener script that will open the FM file on your server. Your applescript can open the file (and/or run the opener script).

Posted

Can I join in here? This is almost the exact question I have.

I want to be able to open an "unopened" FM5 file on the host using a script on an opened host database accessed from a remote site. When I try and use an Applescript inside a FM Script I get an error message: "Data being accessed by another user, script, or transaction. (error -10011)."

If this is a different problem, I apologize for jumping in.

  • 8 months later...

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