Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom dialog boxes

Featured Replies

Is it possible to replace the dialog boxes that pop-up when deleting a record, or searching for records that aren't there, etc...?

I would especially like to replace the Delete record dialog. I know i can turn it off using the scripts, but i just want to replace it, and customize it to further dummy-proof my database.

There is a dialog box option in scriptmaker, but i can't quite get it figured out....any advice?

There are two options:

1) "Set Error Capture (on)" when included at the beginning of a script surpresses stock error dialogs. In combination, "Status(CurrentError), the "Show Message" script step, and "Status(CurrentMessageChoice) fill in the gap. For instance, the following fragments of a find script demonstrate the use of all three:

Allow User Abort (off)

Set Error Capture (on)

Enter Find Mode (Pause)

Perform Find ()

If( Status(CurrentError) = 401)

Show Message("No records were found. Do you want to try again?") choices "YES","No"

If (Status(CurrentMessageChoice = 1)

Perform Script (this script)

Else

Go to Layout(original layout)

End If

2) Same basic thing, but use a plug-in such as Troi Dialog for more extensive diaglog box options.

-bd

To eliminate the dialog boxes, you MUST use a script to perform the operation. For instance, to eliminate the dialog box that comes with the delete record operation, you must create a "Delete Record" script and attach it to a button. The user must use your new "Delete Record" button instead of the pull down menu or Command-E (Cntl-E) to delete a record.

There is no other way to eliminate the stock dialogs.

-bd

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.