Difference between revisions of "SET HELP"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET HELP=
 
 
 
 
==Class==
 
==Class==
 
Screen Forms
 
Screen Forms
Line 19: Line 16:
  
 
==Description==
 
==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.
+
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==
 
==Example==
<pre>
+
<code lang="recital">
 
@10,10 say "Event ";
 
@10,10 say "Event ";
get event;
+
  get event;
help "Enter the event name."
+
  help "Enter the event name."
 
set help on
 
set help on
read</pre>
+
read</code>
  
  

Revision as of 10:02, 16 April 2009

Class

Screen Forms


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 Terminal Developer