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.

Possible to execute "Open Remote"??

Featured Replies

  • Newbies

Thanks in advance everyone...just scanned the board and couldn't find an answer explicitly relevant to this. Is it possible to create an Applescript that opens a database hosted on another computer (ie., file->open remote) over TCP/IP? I am not running FMServer, nor is the database password-protected. If I've left necessary info out, let me know and I can elaborate the setup further. Thanks again!

If you want to open a db hosted on another computer, just create a FileMaker file on your computer that contains an Open File(specify file) script, and set that script as the startup script. Use AppleScript to launch your "opener" file.

  • 2 weeks later...

I've read that you can use the OpenURL [ fmp5://host/file] to open a file over a network -- but I tried it in OS X 10.1 to no success.

  • 3 weeks later...

Try using "getURL" instead of OpenURL. I've had success with this in my scripts.

  • 1 month later...

Here is a applescript that I use to open my database files.

tell application "FileMaker Pro"

activate

open file "Macintosh HD:Applications:FileMaker Pro 5.5 Folder:Database Files:@hand.fp5" with password "1234"

open file "Macintosh HD:Applications:FileMaker Pro 5.5 Folder:Database Files:Contacts.fp5" with password "1234"

end tell

I also have my host machine set up that whenever it starts, this script runs. This is nice incase the computer crashes and restarts, then my database files are automatically launched.

LR

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.