Difference between revisions of "MENU COMMAND"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=MENU COMMAND=
 
 
 
==Class==
 
Menus
 
 
 
 
==Purpose==
 
==Purpose==
 
Display a character string in the action line
 
Display a character string in the action line
Line 24: Line 17:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
Menu command "SELECT * WHERE"
+
menu command "SELECT * WHERE"
 
</code>
 
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Menus]]
 +
[[Category:Menus Commands]]

Latest revision as of 14:42, 12 November 2009

Purpose

Display a character string in the action line


Syntax

MENU COMMAND <expC>


See Also

@...MENU, MENU, MENU AT, MENU FIELDS, MENU FILES, MENU FORMAT, MENU FRAME, MENU QUERY, MENU SCOPE, MENU(), MENUITEM()


Description

The MENU COMMAND can be used by developers to give further information to the user about the operation that is taking place. It displays the character expression <expC>, preceded by the string "Command: " in the action line (line 22 on a 25-line terminal).


Example

menu command "SELECT * WHERE"


Products

Recital