Jim Lah Posted October 21, 2008 Posted October 21, 2008 Hi - I am new to Custom Menus and am trying to make mine context sensitive but having trouble with getting the required calculations for the menu item names to be up to date. I have a simple global field (g_context) which defines the context I want shown in the menu. I have defined a menu item which uses that global field for the override title. It works on first use - but does not seem to keep up to date as the field g_context changes. I have tried to ensure records are correctly committed and that the window is refreshed and joins updated - but nothing seems to reliably change the menu item correctly. Can anyone shed light on what I am missing. Thanks in advance.
Vaughan Posted October 22, 2008 Posted October 22, 2008 Custom menus only update when the mode is changed, the layout is changed, a menu set is installed; but not when fields and records are changed or when the window is refreshed To make the menus update when records are changed, a script needs to be run that does one of the above things. This might be done with a script triggering plug-in, or through careful control of the user interface. Careful design of the menus might be able to avoid the problem.
Recommended Posts
This topic is 5875 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now