View Full Version : Retrieving the current menu in a CL
David Abramowitz
02-13-2003, 12:41 PM
One problem here is determining the type of menu being used. There are at least five varieties of objects that can be used to launch native programs. Dave
michaelsoucy@netzero.net
02-14-2003, 07:56 AM
The type of menu I am using is your basic DDS described "green screen" menu (object type MNUDDS). The application where I want to know what menu there on, is a RPG IV program being called by a CL program. I looked in infocenter to see if there was maybe an API for such as thing, but I couldn't seem to find one.
michaelsoucy@netzero.net
02-14-2003, 09:22 AM
Is there a way to retrieve the current menu a user is on in a CL program? I have an application that exists on multiple menus. Based on which menu they are on I want to filter the data that is returned.
David Abramowitz
02-14-2003, 09:22 AM
The file and message queue for the menu will appear in the list of object locks for the job. OTOH if the menus are nested, all menus may appear in this list. Dave
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.