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.

Install menu set by name?

Featured Replies

Hi,

Is it possible to install a menu set by name? The purpose of this is to refresh the menu set if the user change the language of the project interface.

Here is what my script would look like :)


scriptname  menu_refresh

Freeze window

$menuName =  Get (CustomMenuSetName)

Install Menu Set ["Standard Filemaker menus"]

Install Menu Set [$menuName]

Thanks for anyhelp

Your script seems to get the current menu set name, then install FM standard, then install the previous menu set.

Why not a branching script:

if (gLanguageID = 1)

Install Menu Set, Language1MenuSet

ElseIF

etc.

Else

etc.

End If

  • Author

I'm just trying to find an efficient way to create the script. It's for maintenance "easyness". I don't want to go and modify the script each time I add a new layout with a specific menu set.

The project I'm working on has more than 50 layouts from which the user can use. Sure there are not 50 menu sets, but still.

BTW, I think I have found a workaround.

If I use the "[File Default]" menu set I guess this will use the layout default.


scriptname  menu_refresh

Freeze window

Install Menu Set ["Standard Filemaker menus"]

Install Menu Set ["File Default"]

This script seems do what I intended to. Refresh the current menu set.

Edited by Guest

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.