June 4, 200421 yr When a user performs certain functions, such as adding a new record, I want my application to do certain things, either before or after this action takes place. The only way I know how to accomplish this is to write a script and provide a button that the user can click to execute it. My problem is that if the user selects the New Record option from the Records menu or uses the keyboard shortcut Ctrl+N, my script is altogether sidestepped. Now, I can instruct users to always use my button rather than the menu option but that seems like a rather unprofessional solution to me. What do other developers do to overcome this problem?
June 4, 200421 yr Look at SecureFM plug-in from New Millenium. http://www.nmci.com. This allows you complete control over menus and keyboard shortcuts. I usually remove all menus and shortcuts so that the user must use the buttons I provide. The version for FMP 7 is due out soon and a beta is available.
June 4, 200421 yr Author Hi Ralph, Do you use this plug-in to remove all menus and keyboard shortcuts or is there some FileMaker functionality that permits this? James
June 6, 200421 yr No need for a plug-in to disable menus and commands -- it can be done with FileMaker Pro's built-in passwords.
June 6, 200421 yr I use SercurFM plug-in from NMCI. http://NMCI.com I remove everything that I can with this plug-in. It does more than you can do with the Filemaker Accounts & Privileges. You can even control some operation system functions.
Create an account or sign in to comment