CCBtx Posted October 10, 2006 Posted October 10, 2006 I have several navigation buttons on my layout... one of which closes the window and executes some script steps. My problem is that users sometimes click the "X" windows close button in the top right corner of the window. Is there any way to disallow that and force them to click the layout's close button?
Inky Phil Posted October 10, 2006 Posted October 10, 2006 Fraid not. There have been a few discussions about what to do about that but as a straight answer - No. Since you have advanced you can convert your solution to a kiosk mode solution (do this on a copy first to see if you like what you see. It cannot be removed for user accounts once you have invoked it) which will force all navigation to be by button cos it takes away all the surrounding native controls. It is a bit tricky to implement. I guess it depends on how much of a control freak you want to be : Phil
CCBtx Posted October 10, 2006 Author Posted October 10, 2006 Thanks Phil. I suspected that would be the case. Yes... BIG control freak here... seems to cut down on training. :
Inky Phil Posted October 10, 2006 Posted October 10, 2006 You and me both. If you decide to go down the kiosk mode route I will gladly pass on what I have learned. It is too late for me but you never know, it just might stop you tearing your hair out! : Phil
Fitch Posted October 10, 2006 Posted October 10, 2006 You can use a plugin such as SecureFM to disable the close button. You can also use FileMaker's custom menus to replace the Close command with your own script.
CCBtx Posted October 10, 2006 Author Posted October 10, 2006 Tom: How would I manipulate the customer menus? My script (and the associated layout) is sitting in a wait state. (Pause/Resume Script). The status area is hidden. My button issues a resume command. If the user clicks "X" (Close), then the Pause/Resume function just transfers itself to the next active layout. How would I manipulate the custom menus to do something else?
Fitch Posted October 11, 2006 Posted October 11, 2006 In the custom menu, you can override the default FileMaker Close command with your own script -- which could just do nothing, or it could beep and/or chastise the user with a dialog box. It doesn't matter if your script is paused or not.
Inky Phil Posted October 13, 2006 Posted October 13, 2006 There is a wider discussion of this topic here. http://www.fmforums.com/forum/showtopic.php?tid/177859/post/225357fbb_session_id/9cb514273b9d95e3e1cadc6f9b4b2cdf//#225357] Phil
Recommended Posts
This topic is 6618 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 accountSign in
Already have an account? Sign in here.
Sign In Now