![]() |
Next Page |
| Contents > Script steps reference (alphabetical list) > Control script steps > Allow User Abort script step |
|
|
| Allow User Abort script step |
| Format |
Allow User Abort [<on or off>] |
| Options |
| On to allow users to stop a script by pressing Esc or ⌘-.(period) (Mac OS). |
| Off to prevent users from stopping a script by pressing Esc or ⌘-.(period) (Mac OS). |
| Web compatibility |
| This script step is web-compatible. |
| Description |
| Example |
| To set up a kiosk solution, use: |
Allow User Abort[Off] |
| Then, create the rest of the script as a looping script that never ends. Use the Allow User Abort script step as the first step to prevent people from closing the file or exiting the application. |
| The next script steps display a "welcome" screen for three seconds when the database is opened, then continues to a data entry layout. The user cannot cancel this "welcome" screen display. |
Allow User Abort [Off] |
| Related topic |
| Script steps reference (alphabetical list) |
| Script step categories |
|
|
| Contents > Script steps reference (alphabetical list) > Control script steps > Allow User Abort script step | Next Page |