Difference between revisions of "SET KEYWORD"

From Recital Documentation Wiki
Jump to: navigation, search
(Products)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET KEYWORD=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify keyword settings for BROWSE or EDIT for the current workarea
 
Specify keyword settings for BROWSE or EDIT for the current workarea
Line 19: Line 12:
  
 
==Description==
 
==Description==
The SET KEYWORD command can be used to specify the keyword settings for EDIT or BROWSE on a per workarea basis.  The keywords specified are active in the workarea that was current when the command was issued.  Each subsequent time that a BROWSE or EDIT is To reset BROWSE or EDIT to the default behavior, issue the command without specifying <keywords>.  For details of the keywords for BROWSE or EDIT, please see the individual commands.
+
The SET KEYWORD command can be used to specify the keyword settings for EDIT or BROWSE on a per workarea basis.  The keywords are active in the workarea that was current when the command was issued for each subsequent BROWSE or EDIT. To reset BROWSE or EDIT to the default behavior, issue the command without specifying <keywords>.  For details of the keywords for BROWSE or EDIT, please see the individual commands.
  
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
select 1
 
select 1
 
set keyword of browse to nomenu nodelete
 
set keyword of browse to nomenu nodelete
 
set keyword of edit to noedit
 
set keyword of edit to noedit
 
select 2
 
select 2
set keyword of browse to lock 1</pre>
+
set keyword of browse to lock 1</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|KEYWORD]]
 
[[Category:Set_Commands|KEYWORD]]
 +
[[Category:Screen Forms]]
 +
[[Category:Screen Forms Set Commands]]

Latest revision as of 16:12, 23 November 2009

Purpose

Specify keyword settings for BROWSE or EDIT for the current workarea


Syntax

SET KEYWORD OF BROWSE | EDIT TO [<keywords>]


See Also

BROWSE, CHANGE, EDIT, SET COMMAND


Description

The SET KEYWORD command can be used to specify the keyword settings for EDIT or BROWSE on a per workarea basis. The keywords are active in the workarea that was current when the command was issued for each subsequent BROWSE or EDIT. To reset BROWSE or EDIT to the default behavior, issue the command without specifying <keywords>. For details of the keywords for BROWSE or EDIT, please see the individual commands.


Example

select 1
set keyword of browse to nomenu nodelete
set keyword of edit to noedit
select 2
set keyword of browse to lock 1


Products

Recital