Jump 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.

MenuControl Startup Script Problem

Featured Replies

I purchased MenuControl from Dacons, Inc. so I could make custom menus in FileMaker. Alas, FileMaker does not accept the steps in the startup script. According to instructions from Dacons, the startup script should have the following steps:

Allow User Abort [Off]

Set Field ["Result","External("Cont-Set-RegName","-name-")"]

Set Field ["Result","Cont-Set-RegCode","-code-")"]

(where my name and registration code are substituted in -name- and -code-, respectively).

But FileMaker doesn't accept either Set Field statement; it says it's missing an operator. This is my second plug-in (the first being FileBooks, which I finally got working after trading e-mails with Happy Software for several days). So I'm still a newbie with this stuff. Dacons tech support is useless--I think they're just distributors. If you're an expert plug-in wiz, please respond. Copy me directly at [email protected] Thanks.

  • Author

Thanks to [email protected] for helping me out. The correct startup script is as follows:

Allow User Abort [Off]

Set Field [file::result; External("Cont-Version","")]

Set Field [file::result; External("Cont-Set-RegName","-name-")]

Set Field [file::result; External("Cont-Set-RegCode","-code-")]

Here, file is the database table name, result is a global text field, and -name- is name and -code- is the registration code. Anyway this now works.

Create an account or sign in to comment

Important Information

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

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.