Menu Item Drop Down List

Here I have a menu dropdown list, and I need to disable File->Exit after loging out my application. The problem is I don’t have any fields or buttons or smth described for that menus in Designer (this app is written not by me) , although I have a handler for events sent by that button (gets a parameter “source as Button”). I think this menus(File Edit View bla bla bla) is given by Lotus as default ones and it’s somehow hidden.

How can I get it to set disabled?

Subject: Menu Item Drop Down List

If i interpret you correctly, what you wan’t to do is basically to disable the Notes client “File” menu, correct?

If so, this is not so trivial (you won’t get any event in a similar matter as you would from you “own” buttons, etc). I won’t give you any code for it since i don’t know your exact requirement, but check your favourite search engine for “hook” and/or “subclassing application”.

And remember doing the above is by no means supported and you also need a way to enable the menu again if your users want’s to exit Notes by using the menus.

regards

Daniel

www.noteshound.com