| EN | 
This entry point handles the display of and selection
from a menu.  Note that this routine processes a single menu only.  This is
the call EN^XQOR uses to obtain menu selections.  The caller is responsible to
handle any selections from the menu that are returned in the Y array.  If you
want navigation to the selected items handled for you, use the EN^XQOR entry
point.  The menus handled by this routine are the multiple selection, multiple
column menus that are typical in OE/RR.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
XQORM | 
Input | 
A variable pointer to the menu that should be
displayed, e.g. XQORM="1234;ORD(101,"
 
 | 
XQORM(0) | 
Input | 
A string of flags that control the display and
prompting of the menu.  numeric  Maximum number of selections allowed.  A
Prompt for a selection from the menu D        Display the menu.
 
 | 
Y() | 
Output | 
This array contains the items that the user selected
from the menu.
 
 | 
 
 | 
XREF | 
Menus are compiled into the XUTL global.  This should
happen automatically.  If you need to force a menu to recompile, XREF^XQORM
can be used to do that.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
XQORM | 
Input | 
Variable pointer to the protocol which should be
recompiled.
 
 | 
 
 |