Creating Kiosk custom apps

Note  This feature is available when the Use advanced tools general preference is selected. See Using advanced tools.

For your custom app to display in Kiosk mode, you must:

  • create an account with a limited privilege set or create a specific Kiosk account

  • clear the default option of logging into the file with the Admin account

  • enable Kiosk mode

To create a limited access Kiosk account:

  1. Create a new account access entry.

    See Editing FileMaker file accounts.

  2. Create a new privilege set.

    See Creating and editing privilege sets.

  3. In the Edit Privilege Set dialog box, give the privilege set a name and description.

  4. For Layouts, Value Lists, and Scripts, select either All view only or All no access.

  5. Clear the Manage extended privileges and Manage accounts that don't have Full Access checkboxes, select other options as required, then click OK.

To enable Kiosk mode:

  1. Close all database files that you are going to customize.

  2. Choose Tools menu > Developer Utilities.

  3. If you have used the Developer Utilities on the same custom app before and saved your settings, click Load Settings.

  4. Click Add to locate the files that you want to customize.

  5. If you add multiple files, double-click a file in the list to specify the primary file.

  6. Select Developer Utilities settings as required. See Using the Developer Utilities.

  7. For Solution Options, click Specify.

  8. Select Enable Kiosk mode for non-admin accounts.

  9. Select other options as required, click OK, then click Create.

    See Specifying options for the Developer Utilities.

    You can quickly repeat this process by clicking Save Settings and choosing a folder and location for your settings file. See Saving settings for the Developer Utilities.

    The Developer Utilities copy the selected database files to the Project Folder.

To change the default option of logging in to the file with the Admin account:

  1. With the custom app open, choose File menu > File Options.

  2. In the Open tab, clear Log in using.

  3. Click OK.

Notes 

  • Kiosk mode is ignored if the custom app is opened by accounts with the Full Access privilege set.

  • To ensure that users can access the primary file and quit the application cleanly:

    • In each auxiliary file, provide a startup script that opens the primary file.

    • In each auxiliary file, place a Main Menu button that runs the startup script to open the primary file.

    • In the primary file, include an Exit button.