PDA

View Full Version : WRKMNU Command



David Abramowitz
07-10-2003, 11:27 AM
I believe that the WRKMNU command refers only to UIM menus. Try <tt>WRKOBJ OBJ(*ALL/MNUIHSYS*) OBJTYPE(*ALL)</tt> That should work. Dave

badhrish@hotmail.com
07-10-2003, 11:57 AM
We have a menu MNUIHSYS in our application, when I type GO MNUIHSYS from any command line I am able to go to this menu and see the menu options. But when I do WRKMNU MENU(*ALL/MNUIHSYS), it doesn't find the menu and gives me the message "Cannot find object to match specified name". Infact there exists no object of any type in our system with this name. I confirmed it with this command i.e WRKOBJ OBJ(*ALL/MNUIHSYS) OBJTYPE(*ALL) does not bring any results. When a Menu option in MNUIHSYS is taken I like to know the program it calls. Would appreciate your help. Srini

GlenKerner
07-10-2003, 11:57 AM
try using go mnu* for the list of menus that start with mnu. it will also tell you what library the menu is in.