Difference between revisions of "SET MBLOCK"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET MCONFIRM=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
Set up requirement for the [RETURN] key to be pressed following a menu selection
+
Language compatibility only
  
  
 
==Syntax==
 
==Syntax==
SET MCONFIRM ON | OFF | (<expL>)
+
SET MBLOCK TO <expN>
  
  
 
==See Also==
 
==See Also==
SET CONFIRM, @…MENU, MENU, SET BELL, DO
+
[[SET CLIPPER]], [[SET COMPATIBLE]], [[SET FILETYPE]], [[SET INDEXEXT]], [[SET MEMOEXT]]
 
+
  
 
==Description==
 
==Description==
The command SET MCONFIRM ON requires the [RETURN] key to be pressed after a selection has been made from any menu or dialog box.  SET MCONFIRM works consistently throughout all menu bars, pulldown menus and dialog boxes.  The menu bars of the Screen Painter, BROWSE, CREATE and MODIFY STRUCTURE work surfaces operate as pull down menus when MCONFIRM is OFF.  The selected option is executed if the first key of the option is entered or if the option is highlighted.  When MCONFIRM is ON, selected options do not execute until the [RETURN] key is pressed.  Menus constructed with the @...MENU...PULLDOWN command are affected by the SET MCONFIRM command.  By default, MCONFIRM is OFF.
+
This command has been added for language compatibility only.
  
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set mconfirm on
+
set mblock to 1</code>
do menu_opt</pre>
+
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital Server, Recital
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|MBLOCK]]

Latest revision as of 16:18, 23 November 2009

Purpose

Language compatibility only


Syntax

SET MBLOCK TO <expN>


See Also

SET CLIPPER, SET COMPATIBLE, SET FILETYPE, SET INDEXEXT, SET MEMOEXT


Description

This command has been added for language compatibility only.


Example

set mblock to 1


Products

Recital Server, Recital