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.

send AppleScript commands to FileMaker Pro on remote system

Featured Replies

I am writing a script to tell a remote machine running FileMaker Pro to run a FileMaker script.

set remMachine to "eppc://" & userName & ":" & pasword & "@" & ipNumber

tell application "FileMaker Pro" --of machine remMachine

   do script FileMaker script "Some-Script"

end tell

Note that of machine remMachine is commented out.  If I uncomment out that part of the command I get an error when I try to compile the script...

Sytax Error:  Expected end of line but found “script”.

How do I make this script work?   Thank you.

  • Author

Here's what more playing today has shown me:

While the code I previously posted fails as I described, this version works...

tell application "FileMaker Pro" of machine "eppc://USER:[email protected]"

   do script FileMaker script "Some-Script"

end tell

Encouraging, except that 'd rather the IP address to be calculated and not hard-coded.

For now I think I will hard-code the possible IP addresses and then run the version based on some if-then stuff. But I'd like to know why my original idea is broke. It is probably simple problem.

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.