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.

Logging on to the Server

Featured Replies

Hi,

I'm trying to do the following (using FM8);)

At a specific time (say 3:00 am)..

Open Filemaker Client on a local machine...

Log on the Filemaker Server (with specific user/password)...

Run a script...

Wait until script is finished...

Quit Filemaker client.

Does anyone know what the applescript code for that is...

Thanks a lot,

Michael Reade

  • 2 weeks later...

Applescript can do it, but you can also use a plugin called oAzium Events. You can set the date, time, database, and scripts. There documentation has many examples to follow.

  • Newbies

Hi

To login remotely you need to have the IP address of the host. Also you need your username and password and the name of the database.

The code may look something like this. (substitute [..] )

property remoteURL :B "FMP8:// [username] : [password] @ [iP Address] / [Database name]"

tell application "FileMaker Pro"

activate

getURL remoteURL

do script "Scriptmaker name"

end tell

Include a step in your FilemakerScript which exits the application after it has done what it needs to.

Scheduling the script is simplicity itself.

Use the " ical" application which comes with OSX. Sound crazy but it works!

Open the application and create a new event. Set this event to run every day (or whenever) and set the time to 3am. Then set the alarm to run this applescript. (with a reminder 0 mins before).

Hope this helps.

Tim

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.