Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

open remote with AS or FMPscript?

Featured Replies

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...
  • Author

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...
  • Author

OK I still need to know how I can bypass the dialog box that opens up when I call for another db file to open... can I use a "with password" with "get URL".. ?

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).

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...

don't know if anyone still care about this thread but...

tell application "FileMaker Pro"

getURL "fmp7://user:pass@host/file.fp7

end tell

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.