NOEXIT

From Recital Documentation Wiki
Revision as of 16:43, 16 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NOEXIT

Class

Menus


Purpose

Cause control to remain within a menu after a menu option has been selected


Syntax

NOEXIT


See Also

@...MENU, MENU, MENU AT, MENU COMMAND, MENU FIELDS, MENU FILES, MENU FORMAT, MENU FRAME, MENU QUERY, MENU SCOPE


Description

The NOEXIT command can be used in conjunction with the MENU EXIT command to cause control to remain within the menu after a command is executed. Normally, when the EXIT keyword is used with the MENU command, the menu is exited after a menu item is selected and the associated commands executed. If the NOEXIT command is executed as one of the commands associated with a menu item, then the menu will not be exited.


Example

procedure calendar
calendar menu at 2,27
noexit
return


Products

Recital Mirage Server, Recital Terminal Developer