Jump to content
Salesforce and other SMB Solutions are coming soon. ×

AppleScript


cp

Recommended Posts

I have a question about running scripts on a schedule using FileMaker Server.

 

From what I can see, it seems that FileMaker Server will only run AppleScripts on a schedule.

 

I need to write an AppleScript that will run a script within a database. FileMaker server will then activeate this AppleScript on a regular schedule, I hope.

 

Does anyone have any suggestions? I'd really like ideas on writing the AppleScript

Link to comment
Share on other sites

Example:

 

tell application "FileMaker Pro"

with timeout of 10000 seconds

open {alias "Macintosh HD:Desktop Folder:YOUR DataBase:DATABASE-NAME"} with password "*****"(if you have a password)

do script "SOME_SCRIPT"

quit

end timeout

end tell

 

tell application "Finder"

open {alias "Macintosh HD:Desktop Folder:FileMaker Server"}

end tell

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use