Difference between revisions of "SET HELP"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Determines whether help messages are displayed
 
Determines whether help messages are displayed
Line 28: Line 24:
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 15:57, 23 November 2009

Purpose

Determines whether help messages are displayed


Syntax

SET HELP ON | OFF | (<expL>)


See Also

@...GET, HELP


Description

If SET HELP is ON, then Data Dictionary Help or @...GET...HELP messages will be displayed in the message line when a field gains input focus. By default, HELP is ON.


Example

@10,10 say "Event " get event;
  help "Enter the event name."
set help on
read


Products

Recital