bostontea Posted October 27, 2008 Posted October 27, 2008 How can a separate account be created to allow for data entry? When I go to edit privlege sets, the fields are grayed out. I'd like to create another privlege set to allow for data entry and to not show the toolbars. The toolbars allow scripts to be created. Is there a way to do this without kiosk mode? Is kiosk mode secure and does it allow for data entry? Is there a demo of kiosk mode? Thank you
Vaughan Posted October 28, 2008 Posted October 28, 2008 The default privilege sets all have square brackets "[]" around their names, these cannot be changed (as you've discovered). The trick is to select one, then click on the Duplicate button. change the duplicate to suit your needs. Kiosk mode is a display option, it has nothing to do with access or security.
bostontea Posted October 28, 2008 Author Posted October 28, 2008 How can I edit the data entry account to be view only with no toolbar? Thank you
mr_vodka Posted October 28, 2008 Posted October 28, 2008 You will need a copy of FileMaker Pro Advanced to create custom menus. From the privilege set options, you can set the menu commands to have All, editing only, or Minimum. With advance, you canb create custom menus that can be attached to a specific layout, loaded with a script step, and a default one for the file.
Vaughan Posted October 28, 2008 Posted October 28, 2008 "I'd like to create another privlege set to allow for data entry and to not show the toolbars. The toolbars allow scripts to be created." Do you mean the menu bar? There is no command on the toolbar that allows scripts to be created. Either way, the creation of scripts can be disabled with a suitably configured privilege set. AFAIK the default [data entry only] is so set up.
bostontea Posted October 29, 2008 Author Posted October 29, 2008 Each screen so far has a login with a toolbar with scriptmaker. Is there a way to have a login screen without that feature?
Vaughan Posted October 29, 2008 Posted October 29, 2008 Have you tried the "Allow Toolbars [ off ]" script step? Put it in the startup script.
bostontea Posted November 2, 2008 Author Posted November 2, 2008 (edited) This is the opening script for a database that I am modifying. Once the user logins in, the user can navigate to a login and logout screen. When the original dialog box asks for a username and password, it allows one to cancel and gain access to more of the database. I password protected the entire database from the start with manage accounts, but the user can cancel that and gain access to the login screen. How does Filemaker Pro 9 manage login and logouts? The webseminar for Filemaker Pro Advanced had a login script, and a login window. Set Field[VRaction::gAlreadyOpen; 1] Set Zoom Level[100%] Adjust Window[Maximize] Show/Hide Status Area[Lock;Hide] Perform Script[unknown>from file; "VR-Users 4"(file not open)] Select Window[Current Window] Perform Script["Login.sub'] Edited November 2, 2008 by Guest
Steven H. Blackwell Posted November 2, 2008 Posted November 2, 2008 Why aren't you using the credentials dialog that FileMaker Pro provides? It asks for an Account Name and a password. When you have entered that information, if you are authenticated, then you are admitted to the file with the defined Privilege Set. Steven
bostontea Posted November 3, 2008 Author Posted November 3, 2008 When I click the cancel button, the full access screen is open to view. The first screen that opens is a screen with several buttons that lead to different tables in the database. One of the buttons is user mode. That button leads to a login screen created by a script, one account has full access, the others are limited. The buttons on the first screen before allow the user to click around and go to part of the database where the toolbars are not limited and the scriptmaker is visible. Even in limited access mode, on several screens, the toolbar menu and scriptmaker are visible. I password protected the database when it first opens with the accounts feature-that allows the full access person to monitor the login. The login screen is still able to be cancelled.
Vaughan Posted November 3, 2008 Posted November 3, 2008 I you haven't done so already I recommend you read the white paper on FileMaker Pro's access and security features. There seems to be confusion on how to go about setting up and using privilege sets and accounts. http://www.filemaker.com/downloads/pdf/techbrief_security.pdf
bostontea Posted November 3, 2008 Author Posted November 3, 2008 The brief mentioned the re-login script. Which type of script creates a login button? The database now has a login button that leads to a login screen.
Vaughan Posted November 3, 2008 Posted November 3, 2008 "Which type of script creates a login button?" There is a Re-login script step. It is used to get the user to re-authenticate. The first step, though, is to set up the privilege sets, then set up accounts. Have you done this?
bostontea Posted November 3, 2008 Author Posted November 3, 2008 (edited) The designer of the original database has setup a user mode screen that allows one to login. There are scripts but not accounts. The login screen had toolbars. I created an admin account for the entire database but once in, the login script prompts another dialog box, and once the cancel button is clicked on that box, the user can click on links to tables through buttons. The buttons lead to different tables through the perform script, is there a way to enable a script to perform a script and require a username and password? The designer of the database installed a script for one table with the step if the account does not equal a certain account name-toolbars off. That script did not work. I changed the script several times. It is not protecting the table. The user is able to click on that table and see the toolbars when the cancel button is clicked. In Filemaker Pro advanced once the toolbar menus are removed, how are the toolbars enabled-through manage scripts? Edited November 4, 2008 by Guest
Recommended Posts
This topic is 5863 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