Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6914 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am creating a standalone kiosk application that will run on a Mac mini. I need to create an [Exit] button that will exit the FM app and *also* automatically shut down the computer.

Not sure how to go about this. Is there some sort of AppleScript commmand to shut down the computer? I am new to AppleScript, but I note that you can make AppleScript calls from within FM scripts...

Posted

Sorry to take so long. But my computer kept shutting down while I was working on an example file :-]

You can just use this in a Perform AppleScript step:

tell application "System Events" to shutdown

Then a FileMaker step:

Exit Application

The Exit is kind of rundandant, as shutdown would close it anyway.

Run that as the File Option, on Close.

I think it'll work. You can also use "restart" if you just want to test.

Posted

Sorry to take so long. But my computer kept shutting down while I was working on an example file

--snip--

:rofl::giggle::cofeebrake:

Thanks for the day maker.

ROTFLMAO

Lee

Posted (edited)

Wow, your :-] when included in a quote, affected how the quote read.

It took the word "Said" and placed it where the :-] was located instead of where it now appears.

Lee

Edited by Guest

This topic is 6914 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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